Change backing type of lttng_uuid to std::array
[lttng-tools.git] / src / common / consumer / consumer.hpp
index 4bcfe5d9529cc6460f293dc7fbc47e0e04728e2a..2c16ae1fac051edf432dde8cbca73aa8ffa3bba9 100644 (file)
@@ -1075,7 +1075,7 @@ enum lttcomm_return_code lttng_consumer_trace_chunk_exists(
 void lttng_consumer_cleanup_relayd(struct consumer_relayd_sock_pair *relayd);
 enum lttcomm_return_code lttng_consumer_init_command(
                struct lttng_consumer_local_data *ctx,
-               const lttng_uuid sessiond_uuid);
+               const lttng_uuid& sessiond_uuid);
 int lttng_consumer_clear_channel(struct lttng_consumer_channel *channel);
 enum lttcomm_return_code lttng_consumer_open_channel_packets(
                struct lttng_consumer_channel *channel);
This page took 0.022587 seconds and 4 git commands to generate.