Save, restore and list the rotation parameters
[lttng-tools.git] / include / lttng / rotate-internal.h
index 00a348ff793673842145c9d0c02c49cd271e698f..29ea8c8359f7e6513b81a7583927f001bcac8efa 100644 (file)
@@ -95,4 +95,14 @@ struct lttng_session_get_current_output_return {
        char path[LTTNG_PATH_MAX];
 } LTTNG_PACKED;
 
+/* For the LTTNG_ROTATION_SCHEDULE_GET_TIMER_PERIOD command. */
+struct lttng_rotation_schedule_get_timer_period {
+       uint64_t rotate_timer;
+} LTTNG_PACKED;
+
+/* For the LTTNG_ROTATION_SCHEDULE_GET_SIZE command. */
+struct lttng_rotation_schedule_get_size {
+       uint64_t rotate_size;
+} LTTNG_PACKED;
+
 #endif /* LTTNG_ROTATE_INTERNAL_ABI_H */
This page took 0.023785 seconds and 5 git commands to generate.