X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-timer.h;h=a9360027eb6dd83e325c458ad2f1f133ded99435;hb=afccc2400dd205db3fbdb1ee42a620db1bebab86;hp=f877b8ffe364e21bf53dc7b052bd20861b4b7c4d;hpb=5cc6b3e418571a252a05f4e2b66746a8f3c485ec;p=lttng-tools.git diff --git a/src/common/consumer-timer.h b/src/common/consumer-timer.h index f877b8ffe..a9360027e 100644 --- a/src/common/consumer-timer.h +++ b/src/common/consumer-timer.h @@ -55,4 +55,7 @@ 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); +int consumer_flush_kernel_index(struct lttng_consumer_stream *stream); +int consumer_flush_ust_index(struct lttng_consumer_stream *stream); + #endif /* CONSUMER_TIMER_H */