ltt_show_debug
[lttv.git] / usertrace / lttng_usertrace.c
index 3a85aa9b9b1da17f37a648d669c286329b625a55..5e32b0cd4e640df69e2fe66b62de04fd1d4da1bf 100644 (file)
@@ -49,6 +49,7 @@
 static __thread struct lttng_trace_info lttng_trace_info[MAX_TRACES] =
 {      [ 0 ... MAX_TRACES-1 ].active = 0,
        [ 0 ... MAX_TRACES-1 ].filter = 0,
+       [ 0 ... MAX_TRACES-1 ].destroy = 0,
        [ 0 ... MAX_TRACES-1 ].nesting = ATOMIC_INIT(0),
        [ 0 ... MAX_TRACES-1 ].channel = 
                { NULL,
This page took 0.045333 seconds and 4 git commands to generate.