Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / client.hpp
... / ...
CommitLineData
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 CLIENT_SESSIOND_H
11#define CLIENT_SESSIOND_H
12
13#include "thread.hpp"
14
15struct lttng_thread *launch_client_thread(void);
16
17#endif /* CLIENT_SESSIOND_H */
This page took 0.022613 seconds and 4 git commands to generate.