diff options
Diffstat (limited to 'src/vlib/trace.h')
-rw-r--r-- | src/vlib/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/trace.h b/src/vlib/trace.h index fc0fc5c8ed4..0560913c588 100644 --- a/src/vlib/trace.h +++ b/src/vlib/trace.h @@ -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; |