X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=5ac24a5069cfc4b000307641aa124d39c070e2af;hb=58f835e108c72cf830c4bc3d5b6abce80ebb0b6c;hp=21a12d51f6721566445e54d786059adb927e0f90;hpb=3e3665b89947ebdd812bcfaca1090d22b34d5778;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/cmd.h b/src/bin/lttng-sessiond/cmd.h index 21a12d51f..5ac24a506 100644 --- a/src/bin/lttng-sessiond/cmd.h +++ b/src/bin/lttng-sessiond/cmd.h @@ -133,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);