X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Ftracefile-array.h;h=53b32d9f5167bddbef5e5ef0e244069c08b23a8e;hp=04d9123d03fc3caa9a3257dd654a11e45d7a94ba;hb=c31a80928a509b70882bf6d81cb81acb639e263b;hpb=74465ffbb5ead0a3d7ba6342e7baf16f4fa662f9 diff --git a/src/bin/lttng-relayd/tracefile-array.h b/src/bin/lttng-relayd/tracefile-array.h index 04d9123d0..53b32d9f5 100644 --- a/src/bin/lttng-relayd/tracefile-array.h +++ b/src/bin/lttng-relayd/tracefile-array.h @@ -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. */