LTTng control library C API
Loading...
Searching...
No Matches
endpoint.h
1/*
2 * SPDX-FileCopyrightText: 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#include <lttng/lttng-export.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
25struct lttng_endpoint;
26
40
54
55#ifdef __cplusplus
56}
57#endif
58
59#endif /* LTTNG_ENDPOINT_H */
struct lttng_endpoint * lttng_session_daemon_command_endpoint
LTTng session daemon command endpoint.
struct lttng_endpoint * lttng_session_daemon_notification_endpoint
LTTng session daemon notification endpoint.
LTTng endpoint (opaque type).