From 987e11dffecc4ec3f55ae3d2fa5d2cc40dcf91f0 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 27 Feb 2017 13:10:27 -0500 Subject: Trace plugin binary API message range allocation Change-Id: I544a5d2906548607b69f999567b92f802fddddbb Signed-off-by: Dave Barach --- src/vlibmemory/memclnt.api | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/vlibmemory/memclnt.api') diff --git a/src/vlibmemory/memclnt.api b/src/vlibmemory/memclnt.api index 2f654caf..0532d7b6 100644 --- a/src/vlibmemory/memclnt.api +++ b/src/vlibmemory/memclnt.api @@ -89,3 +89,18 @@ define get_first_msg_id_reply { i32 retval; u16 first_msg_id; }; + +/* + * Trace the plugin message-id allocator + * so we stand a chance of dealing with different sets of plugins + * at api trace replay time + */ + +manual_print define trace_plugin_msg_ids +{ + u32 client_index; + u32 context; + u8 plugin_name[128]; + u16 first_msg_id; + u16 last_msg_id; +}; -- cgit 1.2.3-korg