Refactoring: use an opaque lttng_tracker_id type
[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 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License only.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License along
14 * with this program; if not, write to the Free Software Foundation, Inc.,
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16 */
17
18 #ifndef LTTNG_UST_ERROR_H
19 #define LTTNG_UST_ERROR_H
20
21 #ifdef HAVE_LIBLTTNG_UST_CTL
22 #include <lttng/ust-error.h>
23 #else /* HAVE_LIBLTTNG_UST_CTL */
24 /* Use local copy of the LTTng-UST header. */
25 #include "ust-error-internal.h"
26 #endif /* HAVE_LIBLTTNG_UST_CTL */
27
28 #endif /* LTTNG_UST_ERROR_H */
This page took 0.029374 seconds and 4 git commands to generate.