diff options
author | Dave Barach <dave@barachs.net> | 2017-09-12 17:06:56 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-09-13 17:28:43 +0000 |
commit | 49fe046e431c4d76b0c45c609e05e1b0a3063360 (patch) | |
tree | 3c7e5c97cb3f11b568fadb92fc91c829fd570676 /src/vlibapi/api_common.h | |
parent | 9641f011da2f65cf47705d634981b0eaac0b9007 (diff) |
API message table inspection utilities
Add doxygen tags for show/clear commands
Change-Id: Ic939c561b15b0b720a8db1ecacc17e3d74419e1d
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vlibapi/api_common.h')
-rw-r--r-- | src/vlibapi/api_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vlibapi/api_common.h b/src/vlibapi/api_common.h index bbeccfc2540..dc6761bc308 100644 --- a/src/vlibapi/api_common.h +++ b/src/vlibapi/api_common.h @@ -255,6 +255,9 @@ typedef struct /* Replay in progress? */ int replay_in_progress; + /* Dump (msg-name, crc) snapshot here at startup */ + u8 *save_msg_table_filename; + /* List of API client reaper functions */ _vl_msg_api_function_list_elt_t *reaper_function_registrations; |