2 * Copyright (C) 2013 David Goulet <dgoulet@efficios.com>
4 * SPDX-License-Identifier: GPL-2.0-only
11 #ifdef HAVE_LIBLTTNG_UST_CTL
13 bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd);
15 #else /* HAVE_LIBLTTNG_UST_CTL */
18 bool launch_application_notification_thread(
19 int apps_cmd_notify_pipe_read_fd __attribute__((unused)))
24 #endif /* HAVE_LIBLTTNG_UST_CTL */
26 #endif /* UST_THREAD_H */