sessiond: propagate the use of ltt_session::locked_ref
[lttng-tools.git] / src / bin / lttng-sessiond / consumer-destination-type.hpp
1 /*
2 * Copyright (C) 2024 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8 #ifndef LTTNG_CONSUMER_DESTINATION_TYPE_HPP
9 #define LTTNG_CONSUMER_DESTINATION_TYPE_HPP
10
11 enum consumer_dst_type {
12 CONSUMER_DST_LOCAL,
13 CONSUMER_DST_NET,
14 };
15
16 #endif /* LTTNG_CONSUMER_DESTINATION_TYPE_HPP */
This page took 0.028982 seconds and 4 git commands to generate.