X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=a80bc40ab9128e8ae3c5987bd4c8870736cc35bb;hp=790cb6b135d9b9983a9826e4713112ad586da247;hb=d7ba13889c8692b14f99238ddf2721ed78df89d2;hpb=90e7d72ff2b93752b8c81c49e9251a83b01703c6 diff --git a/src/common/consumer.h b/src/common/consumer.h index 790cb6b13..a80bc40ab 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -206,6 +206,8 @@ struct lttng_consumer_channel { /* Timer value in usec for live streaming. */ unsigned int live_timer_interval; + + char shm_path[PATH_MAX]; }; /* @@ -599,7 +601,8 @@ struct lttng_consumer_channel *consumer_allocate_channel(uint64_t key, uint64_t tracefile_count, uint64_t session_id_per_pid, unsigned int monitor, - unsigned int live_timer_interval); + unsigned int live_timer_interval, + const char *shm_path); void consumer_del_stream(struct lttng_consumer_stream *stream, struct lttng_ht *ht); void consumer_del_metadata_stream(struct lttng_consumer_stream *stream,