X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotify-apps.h;h=ab6289a33984d3ea1ec425e72f42be392c1f298c;hp=c61abdda3c667f81f73b48b34f2687aa5c107320;hb=be70a01b7b7f3840c892495de37c8fb3dd86b329;hpb=3f345083f4324ec038b70298b6a8571d13611590 diff --git a/src/bin/lttng-sessiond/notify-apps.h b/src/bin/lttng-sessiond/notify-apps.h index c61abdda3..ab6289a33 100644 --- a/src/bin/lttng-sessiond/notify-apps.h +++ b/src/bin/lttng-sessiond/notify-apps.h @@ -14,6 +14,7 @@ bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd); #else /* HAVE_LIBLTTNG_UST_CTL */ +static bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd) { return true;