Fix: UST subbuffers silently dropped on moderate trace traffic
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index bff360edb18165a9f7f70cd48c1dc9892ffcaf93..bdace6586881c3eb76a0505fd9ea553b36bbd012 100644 (file)
@@ -1881,7 +1881,7 @@ static int notify_if_more_data(struct lttng_consumer_stream *stream,
                goto end;
        }
 
-       ret = ustctl_put_next_subbuf(ustream);
+       ret = ustctl_put_subbuf(ustream);
        assert(!ret);
 
        /* This stream still has data. Flag it and wake up the data thread. */
This page took 0.02391 seconds and 4 git commands to generate.