Fix: wait for the completion of implicit session rotations
[lttng-tools.git] / include / lttng / rotate-internal.h
index c441780791b7f74907b643d7854e16749188953a..17a08dd4fa7ee9475ff8c30179118c13bb9bb59c 100644 (file)
@@ -89,7 +89,9 @@ struct lttng_rotate_session_return {
 struct lttng_rotation_get_info_return {
        /* Represents values defined in enum lttng_rotation_state. */
        int32_t status;
-       /* Represents values defined in enum lttng_rotation_state. */
+       /*
+        * Represents values defined in enum lttng_trace_archive_location_type.
+        */
        int8_t location_type;
        union {
                struct {
This page took 0.023866 seconds and 5 git commands to generate.