trace-chunk: Introduce chunk "path", relayd session "ongoing_rotation", sessiond...
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index da3805658cd28e1255292d6250ae6882f779a6d0..606c42269b4f9b4d4576536c8b113d2493d5fa1e 100644 (file)
@@ -181,6 +181,10 @@ struct ltt_session {
         * subsequent rotate (without prior start) will return an error.
         */
        bool cleared_after_last_stop;
+       /*
+        * True if the session has had an explicit non-quiet rotation.
+        */
+       bool rotated;
        /*
         * Condition and trigger for size-based rotations.
         */
This page took 0.023961 seconds and 4 git commands to generate.