Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / register.hpp
1 /*
2 * Copyright (C) 2011 EfficiOS Inc.
3 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0-only
7 *
8 */
9
10 #ifndef SESSIOND_APPLICATION_REGISTRATION_THREAD_H
11 #define SESSIOND_APPLICATION_REGISTRATION_THREAD_H
12
13 #include "lttng-sessiond.hpp"
14
15 #include <stdbool.h>
16
17 struct lttng_thread *launch_application_registration_thread(struct ust_cmd_queue *cmd_queue);
18
19 #endif /* SESSIOND_APPLICATION_REGISTRATION_THREAD_H */
This page took 0.030263 seconds and 5 git commands to generate.