On-disk multiple tracefiles circular buffer
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.c
index 7f01de9ea55516223a78fc885886aa774485f934..93c1f713562b016f7147ba16e402dae18ce88e0d 100644 (file)
@@ -155,7 +155,9 @@ static int ask_channel_creation(struct ust_app_session *ua_sess,
                        consumer->net_seq_index,
                        ua_chan->key,
                        registry->uuid,
-                       chan_id);
+                       chan_id,
+                       ua_chan->tracefile_size,
+                       ua_chan->tracefile_count);
 
        health_code_update();
 
This page took 0.023029 seconds and 4 git commands to generate.