2 * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
3 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
6 * SPDX-License-Identifier: GPL-2.0-only
10 #ifndef SESSIOND_APPLICATION_REGISTRATION_THREAD_H
11 #define SESSIOND_APPLICATION_REGISTRATION_THREAD_H
14 #include "lttng-sessiond.h"
16 struct lttng_thread
*launch_application_registration_thread(
17 struct ust_cmd_queue
*cmd_queue
);
19 #endif /* SESSIOND_APPLICATION_REGISTRATION_THREAD_H */
This page took 0.029973 seconds and 4 git commands to generate.