X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotify-apps.hpp;h=75301e2020aab55e6b77a93d338c661b8b5b67bd;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=152a52a2058b431936ed4f3b5842001fb7287ec7;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/notify-apps.hpp b/src/bin/lttng-sessiond/notify-apps.hpp index 152a52a20..75301e202 100644 --- a/src/bin/lttng-sessiond/notify-apps.hpp +++ b/src/bin/lttng-sessiond/notify-apps.hpp @@ -14,9 +14,8 @@ 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 __attribute__((unused))) +static bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd + __attribute__((unused))) { return true; }