X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fconnection.h;h=70fe4ba3da19c9a5f534911ac70b95abe610cd76;hp=fc4a59075f3dabd4a88eab06f8eef06b58af53d2;hb=8bdee6e2bac74a577147046126628ff3b1b34930;hpb=385b881bb1ff2ddc5ff2657e038a0c54712e19a4 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;