X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fconnection.h;fp=src%2Fbin%2Flttng-relayd%2Fconnection.h;h=931169ec0616d348e5198a46d2b22b24b2eb9867;hp=6fb8913bf4dc53756fc8e68a872b394f69c24efc;hb=c3b7390bf0fe3bcb1d5364acddcbe0fd107303d3;hpb=c4e361a4de07eef209c85d79e734cfb0f94e006d diff --git a/src/bin/lttng-relayd/connection.h b/src/bin/lttng-relayd/connection.h index 6fb8913bf..931169ec0 100644 --- a/src/bin/lttng-relayd/connection.h +++ b/src/bin/lttng-relayd/connection.h @@ -44,6 +44,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;