Change consumer_metadata_pipe to be a lttng_pipe
[lttng-tools.git] / src / common / consumer.h
index 91039e8e956563c3f99d3de6f9cd0ca7dbb98251..3726fd1e6a2b19b3ca35623243524fd8e608fda9 100644 (file)
@@ -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;
 };
 
 /*
This page took 0.024638 seconds and 5 git commands to generate.