X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-sessiond%2Fust-thread.h;h=19cbe4fcd8420a17a1ed4a8f509b836ab92516a9;hb=4a91420cefb94afc4a20042bdbe2564086dad3cb;hp=0292df983d39c4598272d2b5c54b75752daabc97;hpb=5d2e1e66a968d9e555f9b8b00d0589ebfaf3de32;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-thread.h b/src/bin/lttng-sessiond/ust-thread.h index 0292df983..19cbe4fcd 100644 --- a/src/bin/lttng-sessiond/ust-thread.h +++ b/src/bin/lttng-sessiond/ust-thread.h @@ -20,13 +20,13 @@ #ifdef HAVE_LIBLTTNG_UST_CTL -void *ust_thread_manage_notify(void *data); +bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd); #else /* HAVE_LIBLTTNG_UST_CTL */ -void *ust_thread_manage_notify(void *data) +bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd) { - return NULL; + return true; } #endif /* HAVE_LIBLTTNG_UST_CTL */