X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-ust-ctl.hpp;fp=src%2Fbin%2Flttng-sessiond%2Flttng-ust-ctl.hpp;h=dcd6bf6405e8d2a8d0d1691aab01f1fbc6ad83b3;hb=7532fa3bd22e403958f46cd35c824f490d93292d;hp=0000000000000000000000000000000000000000;hpb=985aea182b618c85c51651f224abedfe367c75ee;p=deliverable%2Flttng-tools.git diff --git a/src/bin/lttng-sessiond/lttng-ust-ctl.hpp b/src/bin/lttng-sessiond/lttng-ust-ctl.hpp new file mode 100644 index 000000000..dcd6bf640 --- /dev/null +++ b/src/bin/lttng-sessiond/lttng-ust-ctl.hpp @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2019 Jérémie Galarneau + * + * SPDX-License-Identifier: GPL-2.0-only + * + */ + +#ifndef LTTNG_UST_CTL_H +#define LTTNG_UST_CTL_H + +#ifdef HAVE_LIBLTTNG_UST_CTL +#include +#else /* HAVE_LIBLTTNG_UST_CTL */ +/* Use local copy of the LTTng-UST header. */ +#include "ust-ctl-internal.hpp" +#endif /* HAVE_LIBLTTNG_UST_CTL */ + +#endif /* LTTNG_UST_CTL_H */