relayd tracefile array: add tracefile_array_reset
[lttng-tools.git] / src / bin / lttng-relayd / tracefile-array.h
index 04d9123d03fc3caa9a3257dd654a11e45d7a94ba..53b32d9f5167bddbef5e5ef0e244069c08b23a8e 100644 (file)
@@ -65,6 +65,7 @@ void tracefile_array_destroy(struct tracefile_array *tfa);
 
 void tracefile_array_file_rotate(struct tracefile_array *tfa, enum tracefile_rotate_type type);
 void tracefile_array_commit_seq(struct tracefile_array *tfa);
+void tracefile_array_reset(struct tracefile_array *tfa);
 
 uint64_t tracefile_array_get_read_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.0239 seconds and 5 git commands to generate.