X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=3726fd1e6a2b19b3ca35623243524fd8e608fda9;hp=91039e8e956563c3f99d3de6f9cd0ca7dbb98251;hb=13886d2d433762b7cf54f8e812f747ec2829de57;hpb=acdb9057878ddbd9c112206f3c1c4c2104093088 diff --git a/src/common/consumer.h b/src/common/consumer.h index 91039e8e9..3726fd1e6 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -351,7 +351,7 @@ struct lttng_consumer_local_data { /* 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 */ - int consumer_metadata_pipe[2]; + struct lttng_pipe *consumer_metadata_pipe; }; /*