Add buffer tracing to the dispatch tracer
[vpp.git] / src / vlib / trace.h
index fc0fc5c..b563403 100644 (file)
@@ -80,7 +80,7 @@ typedef struct
   u32 filter_count;
 
   /* set on trace add, cleared on clear trace */
-  u32 trace_active_hint;
+  u32 trace_enable;
 
   /* Per node trace counts. */
   vlib_trace_node_t *nodes;
@@ -89,6 +89,8 @@ typedef struct
   int verbose;
 } vlib_trace_main_t;
 
+format_function_t format_vlib_trace;
+
 #endif /* included_vlib_trace_h */
 
 /*