X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.h;h=6442c17ee4522f92a08d82d31aaa820b8cc5ff52;hb=9be27ca776aa87e7eb44d0347b9e5100495ba432;hp=8b8ae1f2118d33e31ae989b72488aa3c515b6f10;hpb=0fb564b16b2c8185f499426ce2836f218549232a;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. */ };