X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-ust-ctl.hpp;fp=src%2Fbin%2Flttng-sessiond%2Flttng-ust-ctl.hpp;h=dcd6bf6405e8d2a8d0d1691aab01f1fbc6ad83b3;hp=0000000000000000000000000000000000000000;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c 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 */