Size-based rotation
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 49e9992ccc8f09cb4b05e5514a9f341310e5910e..6a6c87eaa0b6ea303f11afb63e27c8243bc23857 100644 (file)
@@ -34,7 +34,8 @@ int cmd_create_session_uri(char *name, struct lttng_uri *uris,
                size_t nb_uri, lttng_sock_cred *creds, unsigned int live_timer);
 int cmd_create_session_snapshot(char *name, struct lttng_uri *uris,
                size_t nb_uri, lttng_sock_cred *creds);
-int cmd_destroy_session(struct ltt_session *session, int wpipe);
+int cmd_destroy_session(struct ltt_session *session, int wpipe,
+               struct notification_thread_handle *notification_thread_handle);
 
 /* Channel commands */
 int cmd_disable_channel(struct ltt_session *session,
@@ -125,5 +126,8 @@ 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,
+               struct notification_thread_handle *notification_thread_handle);
 
 #endif /* CMD_H */
This page took 0.024786 seconds and 5 git commands to generate.