X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=509e24e01af7bb391ba2ddaeb207b90688be6313;hp=7f885370e33127448edcc3cf623346d3ce1642f9;hb=4628484ae860b8cf506427e864c7d1933da32777;hpb=a424227e8d392977bc0b465f91c58b03112be0d4 diff --git a/src/common/consumer.h b/src/common/consumer.h index 7f885370e..509e24e01 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -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]; };