X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fconnection.h;h=eeb1d545bb7ac279b81ef11798666bee2689c377;hb=79bd1b70fd3c6c6da517726aea578648c2d57055;hp=6fb8913bf4dc53756fc8e68a872b394f69c24efc;hpb=e85cdca93d8a23b64125b673ddb4c0db3f02e27e;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/connection.h b/src/bin/lttng-relayd/connection.h index 6fb8913bf..eeb1d545b 100644 --- a/src/bin/lttng-relayd/connection.h +++ b/src/bin/lttng-relayd/connection.h @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -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;