Unregister tracepoint probes when not needed
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index acf3c849f2d7a9c69d0d9157638d594cd406d6b3..9085b04049fc48f6467785348120485bf1551479 100644 (file)
@@ -453,6 +453,7 @@ int lttng_abi_map_channel(int session_objd,
 
        /* Initialize our lttng chan */
        lttng_chan->chan = chan;
+       lttng_chan->tstate = 1;
        lttng_chan->enabled = 1;
        lttng_chan->ctx = NULL;
        lttng_chan->session = session;
This page took 0.02283 seconds and 4 git commands to generate.