X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-thread.h;h=19cbe4fcd8420a17a1ed4a8f509b836ab92516a9;hp=0292df983d39c4598272d2b5c54b75752daabc97;hb=971a61c658e35f7e2a71040455a273320b409636;hpb=7649924e1b3a80687c2fb79f8778e08bedb671ce 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 */