X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=91725d5d46be64f03935dc4a66f634d1ce5245c1;hp=cbd99e7ec3ab08146142706383085b2933e314ba;hb=82e72193f6fcf9670d2cbd81234ec87639da82e5;hpb=e66d26f5110d65c1f9549904a33986797a3759a4 diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index cbd99e7ec..91725d5d4 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -3413,7 +3413,7 @@ ssize_t lttng_consumer_read_subbuffer(struct lttng_consumer_stream *stream, goto end; } -stream_sleep: +sleep_stream: if (stream->read_subbuffer_ops.on_sleep) { stream->read_subbuffer_ops.on_sleep(stream, ctx); }