handle empty sessions
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 9e5c3151bb1c26a947e970301355effdd23db364..41a894079e5244b131b9c6cc76c1f18c9f8bfd5b 100644 (file)
@@ -136,6 +136,7 @@ struct ltt_session {
         */
        uint64_t rotate_count;
        unsigned int rotate_pending:1;
+       enum lttng_rotate_status rotate_status;
        /*
         * Number of channels waiting for a rotate.
         * When this number reaches 0, we can handle the rename of the chunk
This page took 0.029976 seconds and 5 git commands to generate.