Propagate trace format all the way to the consumer
[lttng-tools.git] / src / common / consumer / consumer-stream.cpp
index bb0ec0a2436db1a9fb042b29b1e53b622c2eb60e..292f9cfbd1fffcb099a346c124f4f90622d955a2 100644 (file)
@@ -638,8 +638,7 @@ end:
        return ret;
 }
 
-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,
@@ -649,7 +648,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)
 {
        int ret;
        struct lttng_consumer_stream *stream;
This page took 0.027703 seconds and 5 git commands to generate.