Fix: There is more tests than the plan
[lttng-tools.git] / src / common / consumer-stream.h
index 3096e1e7801d535084bfb3fd7ef076d0d11237a9..c5fb09732d7a94f065480b01bedd4f683e0daf39 100644 (file)
@@ -68,4 +68,13 @@ void consumer_stream_destroy(struct lttng_consumer_stream *stream,
  */
 void consumer_stream_destroy_buffers(struct lttng_consumer_stream *stream);
 
+/*
+ * Write index of a specific stream either on the relayd or local disk.
+ */
+int consumer_stream_write_index(struct lttng_consumer_stream *stream,
+               struct ctf_packet_index *index);
+
+int consumer_stream_sync_metadata(struct lttng_consumer_local_data *ctx,
+               uint64_t session_id);
+
 #endif /* LTTNG_CONSUMER_STREAM_H */
This page took 0.024283 seconds and 5 git commands to generate.