Rename LTTng index in CTF index
[lttng-tools.git] / src / bin / lttng-relayd / index.h
index 3ca7263e388b9c904092de56b51b1868fcc92510..9a10cea446e7529553a94588c296c0d867e12e28 100644 (file)
@@ -36,7 +36,7 @@ struct relay_index {
        int to_close_fd;
 
        /* Index packet data. This is the data that is written on disk. */
-       struct lttng_packet_index index_data;
+       struct ctf_packet_index index_data;
 
        /* key1 = stream_id, key2 = net_seq_num */
        struct lttng_ht_two_u64 key;
This page took 0.023622 seconds and 4 git commands to generate.