Propagate trace format all the way to the consumer
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.hpp
index 4bcc77bbbb3035ab08e7d2313e42a8538165f995..f5e55ec34e1e7557fbaf1ded64981a9799c1a44d 100644 (file)
@@ -667,6 +667,7 @@ struct lttcomm_consumer_msg {
                        uint8_t is_live;
                        /* timer to sample a channel's positions (usec). */
                        unsigned int monitor_timer_interval;
+                       int trace_format;
                } LTTNG_PACKED channel; /* Only used by Kernel. */
                struct {
                        uint64_t stream_key;
@@ -732,6 +733,7 @@ struct lttcomm_consumer_msg {
                        int64_t blocking_timeout;
                        char root_shm_path[PATH_MAX];
                        char shm_path[PATH_MAX];
+                       int trace_format;
                } LTTNG_PACKED ask_channel;
                struct {
                        uint64_t key;
This page took 0.025565 seconds and 5 git commands to generate.