Rename LTTng index in CTF index
[lttng-tools.git] / src / common / relayd / relayd.c
index ce46c9c54504645b9ff74827eea4151b41405fda..448d19e6e30c2a16b89f3732147659b8159cf051 100644 (file)
@@ -26,7 +26,7 @@
 #include <common/common.h>
 #include <common/defaults.h>
 #include <common/sessiond-comm/relayd.h>
-#include <common/index/lttng-index.h>
+#include <common/index/ctf-index.h>
 
 #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;
This page took 0.023192 seconds and 4 git commands to generate.