Size-based rotation
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index e00e51cc6dedab784759db6c764589236737667c..ab9b1a9a4355edf8aa98ecb29d7350802d96fb26 100644 (file)
@@ -186,6 +186,11 @@ struct ltt_session {
         * chunk.
         */
        bool rotated_after_last_stop;
+       /*
+        * Condition and trigger for size-based rotations.
+        */
+       struct lttng_condition *rotate_condition;
+       struct lttng_trigger *rotate_trigger;
 };
 
 /* Prototypes */
This page took 0.024621 seconds and 5 git commands to generate.