Propagate trace format all the way to the consumer
[lttng-tools.git] / src / common / consumer / consumer-stream.hpp
index a8e5ddd5507b3a31ed7db90e50406a89ddab2dfe..6a43706b2a3f8c3d1dfd87bfd1b53e04c58384f6 100644 (file)
@@ -21,8 +21,7 @@ enum consumer_stream_open_packet_status {
  *
  * The channel lock MUST be acquired.
  */
-struct lttng_consumer_stream *consumer_stream_create(
-               struct lttng_consumer_channel *channel,
+struct lttng_consumer_stream *consumer_stream_create(struct lttng_consumer_channel *channel,
                uint64_t channel_key,
                uint64_t stream_key,
                const char *channel_name,
@@ -32,7 +31,8 @@ struct lttng_consumer_stream *consumer_stream_create(
                int cpu,
                int *alloc_ret,
                enum consumer_channel_type type,
-               unsigned int monitor);
+               unsigned int monitor,
+               int trace_format);
 
 /*
  * Close stream's file descriptors and, if needed, close stream also on the
This page took 0.031198 seconds and 5 git commands to generate.