Fix: NULL pointer dereference in relay_index_get_by_id_or_create
[lttng-tools.git] / src / common / consumer-timer.h
index f3fac5d25d8ce791b0767f55bea5fb5d2f6f9d13..a9360027eb6dd83e325c458ad2f1f133ded99435 100644 (file)
@@ -52,4 +52,10 @@ 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);
+
+int consumer_flush_kernel_index(struct lttng_consumer_stream *stream);
+int consumer_flush_ust_index(struct lttng_consumer_stream *stream);
+
 #endif /* CONSUMER_TIMER_H */
This page took 0.023131 seconds and 4 git commands to generate.