X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=685c2f3b023adad37379446152de807d86d21782;hb=5c408ad8ef08a226c018702aca969536f36ac4e5;hp=e7e3442761a137739af8b792f7cab01be6d9a485;hpb=b0880ae543e5a637f05aeda604e958efb523a224;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/cmd.h b/src/bin/lttng-sessiond/cmd.h index e7e344276..685c2f3b0 100644 --- a/src/bin/lttng-sessiond/cmd.h +++ b/src/bin/lttng-sessiond/cmd.h @@ -118,4 +118,7 @@ int cmd_register_trigger(struct command_ctx *cmd_ctx, int sock, 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); + #endif /* CMD_H */