Commit | Line | Data |
---|---|---|
a58c490f | 1 | /* |
ab5be9fa | 2 | * Copyright (C) 2017 Jérémie Galarneau <jeremie.galarneau@efficios.com> |
a58c490f | 3 | * |
ab5be9fa | 4 | * SPDX-License-Identifier: LGPL-2.1-only |
a58c490f | 5 | * |
a58c490f JG |
6 | */ |
7 | ||
8 | #include <lttng/endpoint-internal.h> | |
9 | ||
10 | static | |
11 | struct lttng_endpoint lttng_session_daemon_notification_endpoint_instance = { | |
12 | .type = LTTNG_ENDPOINT_TYPE_DEFAULT_SESSIOND_NOTIFICATION | |
13 | }; | |
14 | ||
15 | struct lttng_endpoint *lttng_session_daemon_notification_endpoint = | |
16 | <tng_session_daemon_notification_endpoint_instance; |