From de311e052fdb749d4acfd6608f6b416a4206e6ae Mon Sep 17 00:00:00 2001 From: gatecat Date: Mon, 23 Aug 2021 20:51:53 +0100 Subject: python: Allow querying route delays Signed-off-by: gatecat --- common/arch_pybindings_shared.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/arch_pybindings_shared.h') diff --git a/common/arch_pybindings_shared.h b/common/arch_pybindings_shared.h index 46f1f9be..f44aa70e 100644 --- a/common/arch_pybindings_shared.h +++ b/common/arch_pybindings_shared.h @@ -27,6 +27,9 @@ fn_wrapper_2a_v, conv_from_str>::def_wrap(ctx_cls, "constrainCellToRegion"); +fn_wrapper_2a, + addr_and_unwrap, unwrap_context>::def_wrap(ctx_cls, "getNetinfoRouteDelay"); + fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "createNet"); fn_wrapper_3a_v, -- cgit v1.2.3