X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Findex.h;fp=src%2Fbin%2Flttng-relayd%2Findex.h;h=e7f9cdbd07d98ebafacc1dfb122fb525e18778f3;hp=9a10cea446e7529553a94588c296c0d867e12e28;hb=5c32d0aeb3f1e338ff61f9b5c865a01763a3ec4b;hpb=971da06a61170301dc28c2203ef0679c3024e21d diff --git a/src/bin/lttng-relayd/index.h b/src/bin/lttng-relayd/index.h index 9a10cea44..e7f9cdbd0 100644 --- a/src/bin/lttng-relayd/index.h +++ b/src/bin/lttng-relayd/index.h @@ -39,7 +39,6 @@ struct relay_index { 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;