Move file creation/unlink from liblttng-ust-ctl to consumerd
[lttng-tools.git] / src / common / consumer.h
index 7f885370e33127448edcc3cf623346d3ce1642f9..509e24e01af7bb391ba2ddaeb207b90688be6313 100644 (file)
@@ -207,6 +207,8 @@ struct lttng_consumer_channel {
        /* Timer value in usec for live streaming. */
        unsigned int live_timer_interval;
 
+       int *stream_fds;
+       int nr_stream_fds;
        char root_shm_path[PATH_MAX];
        char shm_path[PATH_MAX];
 };
This page took 0.024086 seconds and 4 git commands to generate.