X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-timer.h;h=22e74574ce5622d7ec7e242b83865fa766b1f639;hp=f3fac5d25d8ce791b0767f55bea5fb5d2f6f9d13;hb=790c779e5d45e5ea024c221e60d3dd2277a7b7b9;hpb=d3e2ba59faddb31870e2ce29b6a881f7ad5ad883 diff --git a/src/common/consumer-timer.h b/src/common/consumer-timer.h index f3fac5d25..22e74574c 100644 --- a/src/common/consumer-timer.h +++ b/src/common/consumer-timer.h @@ -50,6 +50,9 @@ 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); + +int consumer_flush_kernel_index(struct lttng_consumer_stream *stream); +int consumer_flush_ust_index(struct lttng_consumer_stream *stream); #endif /* CONSUMER_TIMER_H */