Fix: set channel key to message on notify channel
[lttng-tools.git] / src / common / consumer.c
index 5ca2e7bad68187f7b61b628a28ae0932658a3ccb..b5fe9831640217455c40c11b9e85e36b470ec05c 100644 (file)
@@ -102,6 +102,7 @@ static void notify_channel_pipe(struct lttng_consumer_local_data *ctx,
 
        msg.action = action;
        msg.chan = chan;
+       msg.key = key;
        do {
                ret = write(ctx->consumer_channel_pipe[1], &msg, sizeof(msg));
        } while (ret < 0 && errno == EINTR);
This page took 0.025913 seconds and 5 git commands to generate.