X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=5ac24a5069cfc4b000307641aa124d39c070e2af;hb=55ce50b6dff358ae18694c692a1c243b8d58c130;hp=0821fb33d77ffdd5e296ec97d6bc6cd63e8e0e63;hpb=5feee5031b7ff06f27bc5574cf4871c1b7282ab3;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/cmd.h b/src/bin/lttng-sessiond/cmd.h index 0821fb33d..5ac24a506 100644 --- a/src/bin/lttng-sessiond/cmd.h +++ b/src/bin/lttng-sessiond/cmd.h @@ -47,7 +47,8 @@ void cmd_init(void); enum lttng_error_code cmd_create_session(struct command_ctx *cmd_ctx, int sock, struct lttng_session_descriptor **return_descriptor); int cmd_destroy_session(struct ltt_session *session, - struct notification_thread_handle *notification_thread_handle); + struct notification_thread_handle *notification_thread_handle, + int *sock_fd); /* Channel commands */ int cmd_disable_channel(struct ltt_session *session, @@ -132,7 +133,8 @@ int cmd_unregister_trigger(struct command_ctx *cmd_ctx, int sock, struct notification_thread_handle *notification_thread_handle); int cmd_rotate_session(struct ltt_session *session, - struct lttng_rotate_session_return *rotate_return); + struct lttng_rotate_session_return *rotate_return, + bool quiet_rotation); int cmd_rotate_get_info(struct ltt_session *session, struct lttng_rotation_get_info_return *info_return, uint64_t rotate_id);