Fix: UST subbuffers silently dropped on moderate trace traffic
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 52b6979bf72b985e70164e283f5d4a4855a050ce..24ba38757c235f5d0719374dd665c41c0e59cad5 100644 (file)
@@ -1882,7 +1882,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.025356 seconds and 5 git commands to generate.