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=3a5328d20432d9782b24ddeaaa093ac6219d6e29;hpb=d3219302b0e0c9dda470d73a7b9ee48e759756b5;ds=sidebyside 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);