X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=5ac24a5069cfc4b000307641aa124d39c070e2af;hb=ecd1a12fac39784bded85c0f06e47ace2dc98cde;hp=0821fb33d77ffdd5e296ec97d6bc6cd63e8e0e63;hpb=b178f53e90c376dd44b020535c32649edef8f80e;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);