diff options
Diffstat (limited to 'src/vlibapi')
-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; |