X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotify-apps.hpp;h=75301e2020aab55e6b77a93d338c661b8b5b67bd;hb=d0eca33e3e66b6d76fa4b64cfe49295bdb5b9c17;hp=152a52a2058b431936ed4f3b5842001fb7287ec7;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;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; }