Support flight recorder mode for a session
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index dcb45c2373d802fa92d04adbedd393d3d310b6ad..03f37abaa6900723422fca8762bf5ea893d020a7 100644 (file)
@@ -105,6 +105,8 @@ struct ltt_ust_session {
        uint64_t next_channel_id;
        /* Once this value reaches UINT32_MAX, no more id can be allocated. */
        uint64_t used_channel_id;
+       /* Tell or not if the session has to output the traces. */
+       unsigned int output_traces;
 };
 
 /*
This page took 0.023028 seconds and 4 git commands to generate.