X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-timer.h;h=22e74574ce5622d7ec7e242b83865fa766b1f639;hp=baaa82b04993a1ee1173ccb5fc5952555b1cb95c;hb=c585821bc78955b3d747fcd733aa1d2b81a3258e;hpb=df5b86c84d896eb2d74a8757c234492c1d1fc3be diff --git a/src/common/consumer-timer.h b/src/common/consumer-timer.h index baaa82b04..22e74574c 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); 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 */