Fix: sessiond: rotation trigger leak
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 34e51fe5a85850445e126453c3fd869c0e4d4790..de4d8229ed1a37219d6d5042b1c16a56d02501f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -177,9 +177,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.025288 seconds and 4 git commands to generate.