Fix: perform a rotation to a null trace chunk on session destruction
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 21a12d51f6721566445e54d786059adb927e0f90..5ac24a5069cfc4b000307641aa124d39c070e2af 100644 (file)
@@ -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);
This page took 0.022811 seconds and 4 git commands to generate.