X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=1e378f04ea631ea4387a1940c407599d19a63966;hp=4ac823c017d03754ed545a9a1288df707b84778f;hb=a2361a610dc8201cc8e165a70682b2f6dc3e0aee;hpb=be184a0fd1ecf5c5405b94e74920bf975dc6d396 diff --git a/src/common/consumer.h b/src/common/consumer.h index 4ac823c01..1e378f04e 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -336,6 +336,11 @@ struct lttng_consumer_stream { */ int index_fd; + /* + * Local pipe to extract data when using splice. + */ + int splice_pipe[2]; + /* * Rendez-vous point between data and metadata stream in live mode. */ @@ -451,9 +456,7 @@ struct lttng_consumer_local_data { /* socket to exchange commands with sessiond */ char *consumer_command_sock_path; /* communication with splice */ - int consumer_thread_pipe[2]; int consumer_channel_pipe[2]; - int consumer_splice_metadata_pipe[2]; /* Data stream poll thread pipe. To transfer data stream to the thread */ struct lttng_pipe *consumer_data_pipe;