Fix: use lttng_waiter instead of futex in notification thread
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index b9bcbfa77d242d46637e229d552943819b1be371..2092469ad43b9e304f216e1a245191f05f5a0f8e 100644 (file)
@@ -84,6 +84,7 @@ struct ltt_kernel_stream {
        int fd;
        int state;
        int cpu;
+       bool sent_to_consumer;
        /* Format is %s_%d respectively channel name and CPU number. */
        char name[DEFAULT_STREAM_NAME_LEN];
        uint64_t tracefile_size;
This page took 0.022918 seconds and 4 git commands to generate.