4 * Meta header used to include all relevant file from the lttng ust ABI.
6 * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License, version 2 only,
10 * as published by the Free Software Foundation.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License along
18 * with this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 #ifndef _LTT_UST_CTL_H
23 #define _LTT_UST_CTL_H
28 * FIXME: temporary workaround: we use a lttng-tools local version of
29 * lttng-ust-abi.h if UST is not found. Eventually, we should use our
30 * own internal structures within lttng-tools instead of relying on the
33 #ifdef HAVE_LIBLTTNG_UST_CTL
34 #include <lttng/ust-ctl.h>
35 #include <lttng/ust-abi.h>
36 #include <lttng/ust-error.h>
38 #include "lttng-ust-ctl.h"
39 #include "lttng-ust-abi.h"
40 #include "lttng-ust-error.h"
43 #endif /* _LTT_UST_CTL_H */
This page took 0.031622 seconds and 5 git commands to generate.