From 156158f06d725d9301940783dff8ccdcc4a01b9b Mon Sep 17 00:00:00 2001 From: Arthur de Kerhor Date: Thu, 18 Feb 2021 03:09:42 -0800 Subject: vlib: graphviz upgrade to allow filters Possibility to draw only the active nodes on the graph. These are scaled and colored according to their utilization. Type: improvement Signed-off-by: Arthur de Kerhor Change-Id: I7ddb7b62b3a141cb03750dca24f044138fcc577f --- src/vlib/main.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vlib/main.h') diff --git a/src/vlib/main.h b/src/vlib/main.h index 3e3590abab0..860192c1aa3 100644 --- a/src/vlib/main.h +++ b/src/vlib/main.h @@ -450,7 +450,6 @@ extern 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); void vlib_add_del_post_mortem_callback (void *cb, int is_add); vlib_main_t *vlib_get_main_not_inline (void); -- cgit 1.2.3-korg