Fix: sessiond: erroneous user check logic in session_access_ok
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.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_ABI_H
9 #define LTTNG_UST_ABI_H
10
11 #ifdef HAVE_LIBLTTNG_UST_CTL
12 #include <lttng/ust-abi.h>
13 #else /* HAVE_LIBLTTNG_UST_CTL */
14 /* Use local copy of the LTTng-UST header. */
15 #include "ust-abi-internal.h"
16 #endif /* HAVE_LIBLTTNG_UST_CTL */
17
18 #endif /* LTTNG_UST_ABI_H */
This page took 0.030355 seconds and 5 git commands to generate.