X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=da5d7ccfb68ffcf7f8ecbde438baccce4538ad65;hb=808a4d46defe8b65590a3e6cab9c7df974696ec6;hp=1900704bd264d53621f57866c68b3d77c529fa4f;hpb=557e564e2803a98efc269c2986f544cc716eec2f;p=lttng-tools.git diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index 1900704bd..da5d7ccfb 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); }