X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.h;h=21a12d51f6721566445e54d786059adb927e0f90;hp=0821fb33d77ffdd5e296ec97d6bc6cd63e8e0e63;hb=3e3665b89947ebdd812bcfaca1090d22b34d5778;hpb=fcf0f774e2b567e5dcf9190a84973b7a4e06eb7d diff --git a/src/bin/lttng-sessiond/cmd.h b/src/bin/lttng-sessiond/cmd.h index 0821fb33d..21a12d51f 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,