X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer-timer.c;h=aba2bbb41568edd36f010995dcaa0287a3ad775e;hp=c190d3b627d0e8bc2ffc079bcc778456d3d22da4;hb=389b8e8fd446dee925166205c0f6e462babd5e5d;hpb=b42ada9013db5428c0fbca358e87c001f5b7e8c4 diff --git a/src/common/consumer/consumer-timer.c b/src/common/consumer/consumer-timer.c index c190d3b62..aba2bbb41 100644 --- a/src/common/consumer/consumer-timer.c +++ b/src/common/consumer/consumer-timer.c @@ -368,7 +368,7 @@ int consumer_channel_timer_start(timer_t *timer_id, unsigned int timer_interval_us, int signal) { int ret = 0, delete_ret; - struct sigevent sev; + struct sigevent sev = {}; struct itimerspec its; assert(channel);