X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.c;h=4f374f030a9ed1f061a021b8836c4c1c250488ff;hp=f8c02ee72cf03adf6eeca28548aa4f0aff98afcb;hb=850767541647c102a299d7fbc39c97555ac70224;hpb=b0a5f0fbc428de5cd15a5c86f95a12f32e8c3c88 diff --git a/src/common/ust-consumer/ust-consumer.c b/src/common/ust-consumer/ust-consumer.c index f8c02ee72..4f374f030 100644 --- a/src/common/ust-consumer/ust-consumer.c +++ b/src/common/ust-consumer/ust-consumer.c @@ -1568,6 +1568,8 @@ int lttng_ustconsumer_read_subbuffer(struct lttng_consumer_stream *stream, DBG("In UST read_subbuffer (wait_fd: %d, name: %s)", stream->wait_fd, stream->name); + sleep(1); + /* Ease our life for what's next. */ ustream = stream->ustream;