X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer-timer.hpp;fp=src%2Fcommon%2Fconsumer%2Fconsumer-timer.hpp;h=b38460f6021631bc0aca44984388a8c0a2c27302;hp=3445ed57fd1fd2399824912e36ee135a88c26695;hb=cd9adb8b829564212158943a0d279bb35322ab30;hpb=e665dfbce25215d5ec77ff03a279c7163b337db1 diff --git a/src/common/consumer/consumer-timer.hpp b/src/common/consumer/consumer-timer.hpp index 3445ed57f..b38460f60 100644 --- a/src/common/consumer/consumer-timer.hpp +++ b/src/common/consumer/consumer-timer.hpp @@ -45,12 +45,12 @@ int consumer_timer_monitor_start(struct lttng_consumer_channel *channel, unsigned int monitor_timer_interval_us); int consumer_timer_monitor_stop(struct lttng_consumer_channel *channel); void *consumer_timer_thread(void *data); -int consumer_signal_init(void); +int consumer_signal_init(); int consumer_flush_kernel_index(struct lttng_consumer_stream *stream); int consumer_flush_ust_index(struct lttng_consumer_stream *stream); -int consumer_timer_thread_get_channel_monitor_pipe(void); +int consumer_timer_thread_get_channel_monitor_pipe(); int consumer_timer_thread_set_channel_monitor_pipe(int fd); #endif /* CONSUMER_TIMER_H */