Add per-thread, per-node runtime stats serialization
[vpp.git] / vlib / vlib / main.h
index ef36c1e..ea279c3 100644 (file)
@@ -314,4 +314,6 @@ u8 **vlib_thread_stacks;
 /* Number of thread stacks that the application needs */
 u32 vlib_app_num_thread_stacks_needed (void) __attribute__ ((weak));
 
+extern void vlib_node_sync_stats (vlib_main_t * vm, vlib_node_t * n);
+
 #endif /* included_vlib_main_h */