Fix: uprobe: missing error code on allocation failure
[lttng-tools.git] / src / common / endpoint.c
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 #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 &lttng_session_daemon_notification_endpoint_instance;
This page took 0.029434 seconds and 5 git commands to generate.