Commit | Line | Data |
---|---|---|
917a718d | 1 | /* |
21cf9b6b | 2 | * Copyright (C) 2011 EfficiOS Inc. |
ab5be9fa MJ |
3 | * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
4 | * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com> | |
917a718d | 5 | * |
ab5be9fa | 6 | * SPDX-License-Identifier: GPL-2.0-only |
917a718d | 7 | * |
917a718d JG |
8 | */ |
9 | ||
10 | #ifndef CLIENT_SESSIOND_H | |
11 | #define CLIENT_SESSIOND_H | |
12 | ||
13 | #include "thread.h" | |
14 | ||
15 | struct lttng_thread *launch_client_thread(void); | |
16 | ||
17 | #endif /* CLIENT_SESSIOND_H */ |