X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=2dd463c1431f72e9fd1bf35d8551fddad5b28f4a;hb=e56251fcd578c85ad24a36b3768fa6b095fc59e1;hp=01266a700cb37199966c9257eba335689e877453;hpb=3cc048812bf25b42003b40b6b868b9366faefafb;p=lttng-tools.git diff --git a/src/common/consumer.c b/src/common/consumer.c index 01266a700..2dd463c14 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -99,6 +99,8 @@ static void notify_channel_pipe(struct lttng_consumer_local_data *ctx, struct consumer_channel_msg msg; int ret; + memset(&msg, 0, sizeof(msg)); + msg.action = action; msg.chan = chan; do {