Remove unused session current_archive_location accessor
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 79ff689c33c970ab25298aed7e9699bea58def83..c0fbee8f0ee2e220f0fb713309297aa7ef7665a5 100644 (file)
@@ -138,10 +138,9 @@ int cmd_rotate_session(struct ltt_session *session,
 int cmd_rotate_get_info(struct ltt_session *session,
                struct lttng_rotation_get_info_return *info_return,
                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);
This page took 0.02305 seconds and 4 git commands to generate.