X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=509e24e01af7bb391ba2ddaeb207b90688be6313;hb=d3c04b7c1cbb447e82858125c64c4f69160d8023;hp=7f885370e33127448edcc3cf623346d3ce1642f9;hpb=3d07185530211f3a650a7218199af44d4c77bf13;p=lttng-tools.git 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]; };