X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.hpp;h=f8ae37c5a9b1ced79d1fd3e82d0a9bf319834e5f;hb=8696b40b84aefe0800e9e5facb461ef4ad0fd370;hp=fb7f59bb21883ec8c8888c1069ab66020b548d45;hpb=8af3bd5768947013629cb38edbce0deed48c6c11;p=deliverable%2Flttng-tools.git diff --git a/src/common/consumer/consumer.hpp b/src/common/consumer/consumer.hpp index fb7f59bb2..f8ae37c5a 100644 --- a/src/common/consumer/consumer.hpp +++ b/src/common/consumer/consumer.hpp @@ -254,6 +254,8 @@ struct lttng_consumer_channel { bool streams_sent_to_relayd; uint64_t last_consumed_size_sample_sent; + + int trace_format; }; struct stream_subbuffer { @@ -973,7 +975,8 @@ struct lttng_consumer_channel *consumer_allocate_channel(uint64_t key, unsigned int live_timer_interval, bool is_in_live_session, const char *root_shm_path, - const char *shm_path); + const char *shm_path, + int trace_format); void consumer_del_stream(struct lttng_consumer_stream *stream, struct lttng_ht *ht); void consumer_del_metadata_stream(struct lttng_consumer_stream *stream,