Revert "Fix: sessiond: erroneous user check logic in session_access_ok"
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-error.h
1 /*
2 * Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef LTTNG_UST_ERROR_H
9 #define LTTNG_UST_ERROR_H
10
11 #ifdef HAVE_LIBLTTNG_UST_CTL
12 #include <lttng/ust-error.h>
13 #else /* HAVE_LIBLTTNG_UST_CTL */
14 /* Use local copy of the LTTng-UST header. */
15 #include "ust-error-internal.h"
16 #endif /* HAVE_LIBLTTNG_UST_CTL */
17
18 #endif /* LTTNG_UST_ERROR_H */
This page took 0.029091 seconds and 4 git commands to generate.