X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-consumer.cpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-consumer.cpp;h=df4689920eb0b90ffff3eb45c368b42be8727c28;hb=b0f2e8db59fcadc8f4b06a94175792be3c431004;hp=9098f9cd33250b5496e317dfaad7eaf123386488;hpb=d7bfb9b0fa35679d3e728b9165699d9faf905539;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-consumer.cpp b/src/bin/lttng-sessiond/ust-consumer.cpp index 9098f9cd3..df4689920 100644 --- a/src/bin/lttng-sessiond/ust-consumer.cpp +++ b/src/bin/lttng-sessiond/ust-consumer.cpp @@ -36,7 +36,7 @@ static int ask_channel_creation(struct ust_app_session *ua_sess, struct ust_app_channel *ua_chan, struct consumer_output *consumer, struct consumer_socket *socket, - ust_registry_session *registry, + lsu::registry_session *registry, struct lttng_trace_chunk *trace_chunk) { int ret, output; @@ -201,7 +201,7 @@ int ust_consumer_ask_channel(struct ust_app_session *ua_sess, struct ust_app_channel *ua_chan, struct consumer_output *consumer, struct consumer_socket *socket, - ust_registry_session *registry, + lsu::registry_session *registry, struct lttng_trace_chunk * trace_chunk) { int ret; @@ -450,7 +450,7 @@ int ust_consumer_metadata_request(struct consumer_socket *socket) ssize_t ret_push; struct lttcomm_metadata_request_msg request; struct buffer_reg_uid *reg_uid; - ust_registry_session *ust_reg; + lsu::registry_session *ust_reg; struct lttcomm_consumer_msg msg; LTTNG_ASSERT(socket);