Revert "sessiond: trigger: run trigger actions through an action executor"
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
CommitLineData
3bd1e081 1/*
ab5be9fa 2 * Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3bd1e081 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
3f3c65dc 5 *
13161846 6 */
3bd1e081 7
75018ab6
JG
8#ifndef LTTNG_UST_ABI_H
9#define LTTNG_UST_ABI_H
3bd1e081 10
75018ab6
JG
11#ifdef HAVE_LIBLTTNG_UST_CTL
12#include <lttng/ust-abi.h>
13#else /* HAVE_LIBLTTNG_UST_CTL */
14/* Use local copy of the LTTng-UST header. */
15#include "ust-abi-internal.h"
16#endif /* HAVE_LIBLTTNG_UST_CTL */
3bd1e081 17
75018ab6 18#endif /* LTTNG_UST_ABI_H */
This page took 0.080606 seconds and 5 git commands to generate.