Fix: UST subbuffers silently dropped on moderate trace traffic
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 166bb9ebb44030635d4dcbdd541b9d3c835b7181..ea30bd433ec4b0fc2265f491658c3890afabf73a 100644 (file)
@@ -1880,7 +1880,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.023423 seconds and 4 git commands to generate.