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