Propagate trace format all the way to the consumer
[lttng-tools.git] / src / common / consumer / consumer.hpp
index fb7f59bb21883ec8c8888c1069ab66020b548d45..f8ae37c5a9b1ced79d1fd3e82d0a9bf319834e5f 100644 (file)
@@ -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,
This page took 0.028613 seconds and 5 git commands to generate.