Change consumer_data_pipe to be a lttng_pipe
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 01fca9b7fcdd8efd82f56c4fcc455aa1dc756d21..8bc69006b0e1f30744ea41524e95d7ed1af3de0b 100644 (file)
@@ -191,7 +191,7 @@ static int send_stream_to_thread(struct lttng_consumer_stream *stream,
        if (stream->metadata_flag) {
                stream_pipe = ctx->consumer_metadata_pipe[1];
        } else {
-               stream_pipe = ctx->consumer_data_pipe[1];
+               stream_pipe = lttng_pipe_get_writefd(ctx->consumer_data_pipe);
        }
 
        do {
This page took 0.023128 seconds and 4 git commands to generate.