Fix: sessiond: no rotation performed from null chunk to new chunk
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-error.h
CommitLineData
49c336c1 1/*
75018ab6 2 * Copyright (C) 2019 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
49c336c1 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.
49c336c1 7 *
75018ab6 8 * This program is distributed in the hope that it will be useful,
49c336c1 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
75018ab6
JG
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
49c336c1 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.
49c336c1 16 */
7972aab2 17
75018ab6
JG
18#ifndef LTTNG_UST_ERROR_H
19#define LTTNG_UST_ERROR_H
49c336c1 20
75018ab6
JG
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 */
49c336c1 27
75018ab6 28#endif /* LTTNG_UST_ERROR_H */
This page took 0.046541 seconds and 4 git commands to generate.