aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib/main.h')
-rw-r--r--src/vlib/main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vlib/main.h b/src/vlib/main.h
index bfa7ddbe6af..b63c63fa95d 100644
--- a/src/vlib/main.h
+++ b/src/vlib/main.h
@@ -181,6 +181,12 @@ typedef struct vlib_main_t
/* Attempt to do a post-mortem elog dump */
int elog_post_mortem_dump;
+ /*
+ * Need to call vlib_worker_thread_node_runtime_update before
+ * releasing worker thread barrier. Only valid in vlib_global_main.
+ */
+ int need_vlib_worker_thread_node_runtime_update;
+
} vlib_main_t;
/* Global main structure. */