X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=b5fe9831640217455c40c11b9e85e36b470ec05c;hp=5ca2e7bad68187f7b61b628a28ae0932658a3ccb;hb=f21dae485bbd4a21104eff49a80b59ce25054bc2;hpb=9d9353f936717527863fda5afcbb89aa459f0852 diff --git a/src/common/consumer.c b/src/common/consumer.c index 5ca2e7bad..b5fe98316 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -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);