X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Findex.h;h=e7f9cdbd07d98ebafacc1dfb122fb525e18778f3;hp=3ca7263e388b9c904092de56b51b1868fcc92510;hb=5c32d0aeb3f1e338ff61f9b5c865a01763a3ec4b;hpb=0a6518b0685cb9e07cf156a4c882dc6ec40db35a diff --git a/src/bin/lttng-relayd/index.h b/src/bin/lttng-relayd/index.h index 3ca7263e3..e7f9cdbd0 100644 --- a/src/bin/lttng-relayd/index.h +++ b/src/bin/lttng-relayd/index.h @@ -36,10 +36,9 @@ 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; struct lttng_ht_node_two_u64 index_n; struct rcu_head rcu_node; pthread_mutex_t mutex;