X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fconnection.h;h=70fe4ba3da19c9a5f534911ac70b95abe610cd76;hb=fe5b36ea157526c6a118c31b77f18eff48f46feb;hp=fc4a59075f3dabd4a88eab06f8eef06b58af53d2;hpb=cd2ef1ef1d54ced9e4d0d03b865bb7fc6a905f80;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/connection.h b/src/bin/lttng-relayd/connection.h index fc4a59075..70fe4ba3d 100644 --- a/src/bin/lttng-relayd/connection.h +++ b/src/bin/lttng-relayd/connection.h @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include @@ -46,7 +46,7 @@ struct relay_connection { struct lttcomm_sock *sock; struct relay_session *session; struct relay_viewer_session *viewer_session; - struct cds_wfq_node qnode; + struct cds_wfcq_node qnode; struct lttng_ht_node_ulong sock_n; struct rcu_head rcu_node; enum connection_type type;