X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.c;h=bdace6586881c3eb76a0505fd9ea553b36bbd012;hb=00e77320a631119ca8fe0b52892bc12e8a9ea46f;hp=bff360edb18165a9f7f70cd48c1dc9892ffcaf93;hpb=3230567ae6d2e19db03279369f9e6b34a54dc7f5;p=lttng-tools.git diff --git a/src/common/ust-consumer/ust-consumer.c b/src/common/ust-consumer/ust-consumer.c index bff360edb..bdace6586 100644 --- a/src/common/ust-consumer/ust-consumer.c +++ b/src/common/ust-consumer/ust-consumer.c @@ -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. */