X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Findex.h;h=4364f12ffdb096179e6e736dd821388c4c4bb028;hp=ee71b3f93b08c1e45ffa4ca8ae0dc6aef64cdbbe;hb=ce0b1d61919f37517a6212f7af2afe0fa1b1dcb0;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a diff --git a/src/bin/lttng-relayd/index.h b/src/bin/lttng-relayd/index.h index ee71b3f93..4364f12ff 100644 --- a/src/bin/lttng-relayd/index.h +++ b/src/bin/lttng-relayd/index.h @@ -59,7 +59,7 @@ int relay_index_set_file(struct relay_index *index, struct lttng_index_file *index_file, uint64_t data_offset); int relay_index_set_data(struct relay_index *index, - const struct ctf_packet_index *data); + const struct ctf_packet_index *data); int relay_index_try_flush(struct relay_index *index); void relay_index_close_all(struct relay_stream *stream);