Move to kernel style SPDX license identifiers
[lttng-tools.git] / include / lttng / endpoint.h
... / ...
CommitLineData
1/*
2 * Copyright (C) 2017 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8#ifndef LTTNG_ENDPOINT_H
9#define LTTNG_ENDPOINT_H
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15/* Default LTTng session daemon endpoint singleton. */
16extern struct lttng_endpoint *lttng_session_daemon_notification_endpoint;
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* LTTNG_ENDPOINT_H */
This page took 0.023959 seconds and 5 git commands to generate.