relayd: Implement custom EfficiOS session clear
[lttng-tools.git] / src / bin / lttng-relayd / tracefile-array.h
index 9158f4fe40c3c16bd5446ea811cc44cef379b966..9e73f0e06de8e08c50fbded1feb586975d7a4775 100644 (file)
@@ -49,7 +49,9 @@ struct tracefile_array *tracefile_array_create(size_t count);
 void tracefile_array_destroy(struct tracefile_array *tfa);
 
 void tracefile_array_file_rotate(struct tracefile_array *tfa);
-void tracefile_array_commit_seq(struct tracefile_array *tfa);
+void tracefile_array_commit_seq(struct tracefile_array *tfa,
+               uint64_t new_seq_head);
+void tracefile_array_reset(struct tracefile_array *tfa);
 
 uint64_t tracefile_array_get_file_index_head(struct tracefile_array *tfa);
 /* May return -1ULL in the case where we have not received any indexes yet. */
This page took 0.025183 seconds and 5 git commands to generate.