aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibapi/api_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlibapi/api_common.h')
-rw-r--r--src/vlibapi/api_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vlibapi/api_common.h b/src/vlibapi/api_common.h
index bbeccfc2..dc6761bc 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;