Fix: remove dead code in relayd live code
[lttng-tools.git] / src / bin / lttng-relayd / connection.h
index 6fb8913bf4dc53756fc8e68a872b394f69c24efc..eeb1d545bb7ac279b81ef11798666bee2689c377 100644 (file)
@@ -23,6 +23,7 @@
 #include <inttypes.h>
 #include <pthread.h>
 #include <urcu.h>
+#include <urcu/wfqueue.h>
 #include <urcu/list.h>
 
 #include <common/hashtable/hashtable.h>
@@ -44,6 +45,7 @@ enum connection_type {
 struct relay_connection {
        struct lttcomm_sock *sock;
        struct relay_session *session;
+       struct relay_viewer_session *viewer_session;
        struct cds_wfq_node qnode;
        struct lttng_ht_node_ulong sock_n;
        struct rcu_head rcu_node;
This page took 0.024249 seconds and 4 git commands to generate.