Fix: wait for the completion of implicit session rotations
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 0821fb33d77ffdd5e296ec97d6bc6cd63e8e0e63..21a12d51f6721566445e54d786059adb927e0f90 100644 (file)
@@ -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,
This page took 0.024136 seconds and 5 git commands to generate.