sessiond: propagate the use of ltt_session::locked_ref
[lttng-tools.git] / src / bin / lttng-sessiond / consumer-output.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_OUTPUT_HPP
9 #define LTTNG_CONSUMER_OUTPUT_HPP
10
11 #include "session.hpp"
12
13 int consumer_set_network_uri(const ltt_session::locked_ref& session,
14 struct consumer_output *obj,
15 struct lttng_uri *uri);
16
17 #endif /* LTTNG_CONSUMER_OUTPUT_HPP */
This page took 0.029408 seconds and 4 git commands to generate.