X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-timer.h;h=f877b8ffe364e21bf53dc7b052bd20861b4b7c4d;hb=5cc6b3e418571a252a05f4e2b66746a8f3c485ec;hp=f3fac5d25d8ce791b0767f55bea5fb5d2f6f9d13;hpb=4ffbac14c6208ca9789f6507c0d9e54b2483c90b;p=lttng-tools.git diff --git a/src/common/consumer-timer.h b/src/common/consumer-timer.h index f3fac5d25..f877b8ffe 100644 --- a/src/common/consumer-timer.h +++ b/src/common/consumer-timer.h @@ -52,4 +52,7 @@ void consumer_timer_live_stop(struct lttng_consumer_channel *channel); void *consumer_timer_thread(void *data); void 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 */