X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=16c07f78e66d78e25491e8e033c5c0c52c6c628d;hp=79ff689c33c970ab25298aed7e9699bea58def83;hb=66ea93b10c703e1b3dda1e17109eed9138e4ece2;hpb=dbd512ea8aa5349849aeeccda6130aa9e28cf23c diff --git a/src/bin/lttng-sessiond/cmd.h b/src/bin/lttng-sessiond/cmd.h index 79ff689c3..16c07f78e 100644 --- a/src/bin/lttng-sessiond/cmd.h +++ b/src/bin/lttng-sessiond/cmd.h @@ -140,8 +140,9 @@ int cmd_rotate_get_info(struct ltt_session *session, uint64_t rotate_id); int cmd_session_get_current_output(struct ltt_session *session, struct lttng_session_get_current_output_return *output_return); -int cmd_rotation_set_schedule(struct ltt_session *session, uint64_t timer_us, - uint64_t size, +int cmd_rotation_set_schedule(struct ltt_session *session, + bool activate, enum lttng_rotation_schedule_type schedule_type, + uint64_t value, struct notification_thread_handle *notification_thread_handle); const struct cmd_completion_handler *cmd_pop_completion_handler(void);