X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.h;h=6442c17ee4522f92a08d82d31aaa820b8cc5ff52;hb=a57bb1b0809f64ee342883598f92555158ceca22;hp=8b8ae1f2118d33e31ae989b72488aa3c515b6f10;hpb=63b2fe4881ad4b1c8f6e5f8f3e69d9aafda0ad97;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/session.h b/src/bin/lttng-relayd/session.h index 8b8ae1f21..6442c17ee 100644 --- a/src/bin/lttng-relayd/session.h +++ b/src/bin/lttng-relayd/session.h @@ -120,6 +120,7 @@ struct relay_session { */ struct cds_list_head viewer_session_node; struct lttng_trace_chunk *current_trace_chunk; + struct lttng_trace_chunk *pending_closure_trace_chunk; struct rcu_head rcu_node; /* For call_rcu teardown. */ };