X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2Frelayd.c;h=448d19e6e30c2a16b89f3732147659b8159cf051;hp=ce46c9c54504645b9ff74827eea4151b41405fda;hb=50adc26400482c07210afcda8ef1d3322f75871d;hpb=6565421fd1e3307cda0f3cb0f849cb990122edc7 diff --git a/src/common/relayd/relayd.c b/src/common/relayd/relayd.c index ce46c9c54..448d19e6e 100644 --- a/src/common/relayd/relayd.c +++ b/src/common/relayd/relayd.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include "relayd.h" @@ -734,7 +734,7 @@ error: * Send index to the relayd. */ int relayd_send_index(struct lttcomm_relayd_sock *rsock, - struct lttng_packet_index *index, uint64_t relay_stream_id, + struct ctf_packet_index *index, uint64_t relay_stream_id, uint64_t net_seq_num) { int ret;