Fix: sessiond: make the --without-lttng-ust version of launch_application_notificatio...
[lttng-tools.git] / src / bin / lttng-sessiond / notify-apps.h
index c61abdda3c667f81f73b48b34f2687aa5c107320..ab6289a33984d3ea1ec425e72f42be392c1f298c 100644 (file)
@@ -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;
This page took 0.023496 seconds and 4 git commands to generate.