Fix order of streams
[lttng-tools.git] / include / lttng / lttng-consumer.h
index a0277cf042bddd5fc561a31864fceb8e243897bf..1a6afc22aedd2e8a89d3ed852b43a0b472d62689 100644 (file)
@@ -83,6 +83,9 @@ struct lttng_consumer_channel {
        size_t mmap_len;
        struct lttng_ust_shm_handle *handle;
        int nr_streams;
+       int shm_fd_is_copy;
+       int wait_fd_is_copy;
+       int cpucount;
 };
 
 /* Forward declaration for UST. */
@@ -110,6 +113,8 @@ struct lttng_consumer_stream {
        void *mmap_base;
        size_t mmap_len;
        enum lttng_event_output output; /* splice or mmap */
+       int shm_fd_is_copy;
+       int wait_fd_is_copy;
        /* For UST */
        struct lttng_ust_lib_ring_buffer *buf;
        int cpu;
This page took 0.023328 seconds and 4 git commands to generate.