X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-timer.h;h=baaa82b04993a1ee1173ccb5fc5952555b1cb95c;hb=73664f816b1512231bf44679eea5a3c91ca619ec;hp=f3fac5d25d8ce791b0767f55bea5fb5d2f6f9d13;hpb=5acdb082c9b7d75df2e4bfa18f4e9dd3f119ee39;p=lttng-tools.git diff --git a/src/common/consumer-timer.h b/src/common/consumer-timer.h index f3fac5d25..baaa82b04 100644 --- a/src/common/consumer-timer.h +++ b/src/common/consumer-timer.h @@ -50,6 +50,6 @@ void consumer_timer_live_start(struct lttng_consumer_channel *channel, int live_timer_interval); void consumer_timer_live_stop(struct lttng_consumer_channel *channel); void *consumer_timer_thread(void *data); -void consumer_signal_init(void); +int consumer_signal_init(void); #endif /* CONSUMER_TIMER_H */