Fix: sessiond: rotation trigger leak
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 1a68d8e2fdd72c2c73264126122a712950a3ca37..7b6e620ffe06fe332db4c03676b7a91cc7b0de25 100644 (file)
@@ -181,9 +181,8 @@ struct ltt_session {
         */
        bool rotated;
        /*
-        * Condition and trigger for size-based rotations.
+        * Trigger for size-based rotations.
         */
-       struct lttng_condition *rotate_condition;
        struct lttng_trigger *rotate_trigger;
        LTTNG_OPTIONAL(uint64_t) most_recent_chunk_id;
        struct lttng_trace_chunk *current_trace_chunk;
This page took 0.024084 seconds and 4 git commands to generate.