Fix: removed useless key from relay_index
[lttng-tools.git] / src / bin / lttng-relayd / index.h
index 9a10cea446e7529553a94588c296c0d867e12e28..e7f9cdbd07d98ebafacc1dfb122fb525e18778f3 100644 (file)
@@ -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;
This page took 0.022899 seconds and 4 git commands to generate.