sessiond: make disable_context static
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
CommitLineData
3bd1e081 1/*
75018ab6 2 * Copyright (C) 2019 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
3bd1e081 3 *
75018ab6
JG
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.
3f3c65dc 7 *
75018ab6
JG
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.
bf74a86d 12 *
75018ab6
JG
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.
13161846 16 */
3bd1e081 17
75018ab6
JG
18#ifndef LTTNG_UST_ABI_H
19#define LTTNG_UST_ABI_H
3bd1e081 20
75018ab6
JG
21#ifdef HAVE_LIBLTTNG_UST_CTL
22#include <lttng/ust-abi.h>
23#else /* HAVE_LIBLTTNG_UST_CTL */
24/* Use local copy of the LTTng-UST header. */
25#include "ust-abi-internal.h"
26#endif /* HAVE_LIBLTTNG_UST_CTL */
3bd1e081 27
75018ab6 28#endif /* LTTNG_UST_ABI_H */
This page took 0.053865 seconds and 4 git commands to generate.