X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Frotate-internal.h;h=29ea8c8359f7e6513b81a7583927f001bcac8efa;hb=329f344308786acb81d8939eb8e1ad37307696c2;hp=00a348ff793673842145c9d0c02c49cd271e698f;hpb=e8360425c2fd0f8cfef1e678af5adfde7ae0a68e;p=lttng-tools.git diff --git a/include/lttng/rotate-internal.h b/include/lttng/rotate-internal.h index 00a348ff7..29ea8c835 100644 --- a/include/lttng/rotate-internal.h +++ b/include/lttng/rotate-internal.h @@ -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 */