X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=058bd695b9f6ee41c317e204f97d632c95efe294;hb=50f8ae690312d8f824fb9c9875b0a07f4a2547b6;hp=6bce96d96946abf263b9bad0bff0d6ff98d8dc49;hpb=58b1f4255ea457f2965f31b84205cb0eec21e71f;p=lttng-tools.git diff --git a/src/common/consumer.h b/src/common/consumer.h index 6bce96d96..058bd695b 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -230,8 +230,8 @@ struct lttng_consumer_local_data { /* communication with splice */ int consumer_thread_pipe[2]; int consumer_splice_metadata_pipe[2]; - /* pipe to wake the poll thread when necessary */ - int consumer_poll_pipe[2]; + /* Data stream poll thread pipe. To transfer data stream to the thread */ + int consumer_data_pipe[2]; /* to let the signal handler wake up the fd receiver thread */ int consumer_should_quit[2]; /* Metadata poll thread pipe. Transfer metadata stream to it */