Fix: set channel key to message on notify channel
authorDavid Goulet <dgoulet@efficios.com>
Tue, 28 May 2013 17:06:38 +0000 (13:06 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 28 May 2013 17:09:08 +0000 (13:09 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
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.026173 seconds and 4 git commands to generate.