config for pending timer + rate limiting
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 5edd962688df79ce3188d48a8a6ee4b8444e02e6..6a42eafb013bb128607774b2f5040a8e10348e72 100644 (file)
@@ -137,6 +137,7 @@ struct ltt_session {
        uint64_t rotate_count;
        bool rotate_pending;
        bool rotate_pending_relay;
+       bool rotate_pending_relay_check_in_progress;
        enum lttng_rotate_status rotate_status;
        /*
         * Number of channels waiting for a rotate.
This page took 0.02596 seconds and 5 git commands to generate.