X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.h;h=426cd0317ab46785c06ae44c5ed99c8438b0cc9e;hp=5731310f09f6ac7b7e611f648012578072f19a6c;hb=639ddf685b134bb075b92819f647f9f3c462df54;hpb=23c8ff5013f1e8c132cab7845ca608dbed4fca7f diff --git a/src/bin/lttng-relayd/session.h b/src/bin/lttng-relayd/session.h index 5731310f0..426cd0317 100644 --- a/src/bin/lttng-relayd/session.h +++ b/src/bin/lttng-relayd/session.h @@ -29,6 +29,7 @@ #include #include #include +#include /* * Represents a session for the relay point of view @@ -107,6 +108,7 @@ struct relay_session { * session_list_lock. Traversals are protected by RCU. */ struct cds_list_head viewer_session_node; + struct lttng_trace_chunk *current_trace_chunk; struct rcu_head rcu_node; /* For call_rcu teardown. */ };