Send indexes in streaming mode
[lttng-tools.git] / src / common / consumer.c
index 0661f1264fa0e7fa136a9b4772f302558287ab56..191367cd0cd55c55be523cdf139182d4dbe8feca 100644 (file)
@@ -729,6 +729,7 @@ int consumer_send_relayd_stream(struct lttng_consumer_stream *stream,
                if (ret < 0) {
                        goto end;
                }
+
                uatomic_inc(&relayd->refcount);
                stream->sent_to_relayd = 1;
        } else {
This page took 0.022513 seconds and 4 git commands to generate.