Make the launch of the application registration thread blocking
[lttng-tools.git] / src / bin / lttng-sessiond / dispatch.h
1 /*
2 * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca>
3 * Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 * 2013 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License, version 2 only,
8 * as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 */
19
20 #ifndef SESSIOND_UST_DISPATCH_THREAD_H
21 #define SESSIOND_UST_DISPATCH_THREAD_H
22
23 #include <stdbool.h>
24 #include "lttng-sessiond.h"
25
26 bool launch_ust_dispatch_thread(struct ust_cmd_queue *cmd_queue,
27 int apps_cmd_pipe_write_fd,
28 int apps_cmd_notify_write_fd);
29
30 #endif /* SESSIOND_UST_DISPATCH_THREAD_H */
This page took 0.0293870000000001 seconds and 4 git commands to generate.