Fix: relayd: wrong specifier used in DBG format string
[lttng-tools.git] / include / lttng / endpoint.h
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
12 extern "C" {
13 #endif
14
15 /* Default LTTng session daemon endpoint singleton. */
16 extern 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.031863 seconds and 5 git commands to generate.