Fix: sessiond: no rotation performed from null chunk to new chunk
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-ctl.h
CommitLineData
2bdd86d4 1/*
75018ab6 2 * Copyright (C) 2019 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
2bdd86d4 3 *
d14d33bf 4 * This program is free software; you can redistribute it and/or modify
ffe60014
DG
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.
2bdd86d4
MD
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 *
d14d33bf
AM
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.
2bdd86d4
MD
16 */
17
75018ab6
JG
18#ifndef LTTNG_UST_CTL_H
19#define LTTNG_UST_CTL_H
2bdd86d4 20
75018ab6
JG
21#ifdef HAVE_LIBLTTNG_UST_CTL
22#include <lttng/ust-ctl.h>
23#else /* HAVE_LIBLTTNG_UST_CTL */
24/* Use local copy of the LTTng-UST header. */
25#include "ust-ctl-internal.h"
26#endif /* HAVE_LIBLTTNG_UST_CTL */
ffe60014 27
75018ab6 28#endif /* LTTNG_UST_CTL_H */
This page took 0.054632 seconds and 4 git commands to generate.