X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;fp=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=e28c20bf1c397c28384126c849564cde0b27d833;hp=5064362c8a95ef539f9c56cb9fae8cf853c193e3;hb=b623cb6a788d9e666d9a93658ab04b06458863ef;hpb=30f1659b7319f08fa5422db5fa8493905cb4b9c6 diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index 5064362c8..e28c20bf1 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -160,7 +160,7 @@ struct lttng_consumer_channel { /* For UST */ uid_t ust_app_uid; /* Application UID. */ - struct ustctl_consumer_channel *uchan; + struct lttng_ust_ctl_consumer_channel *uchan; unsigned char uuid[LTTNG_UUID_STR_LEN]; /* * Temporary stream list used to store the streams once created and waiting @@ -540,7 +540,7 @@ struct lttng_consumer_stream { /* Stream name. Format is: _ */ char name[LTTNG_SYMBOL_NAME_LEN]; /* Internal state of libustctl. */ - struct ustctl_consumer_stream *ustream; + struct lttng_ust_ctl_consumer_stream *ustream; struct cds_list_head send_node; /* On-disk circular buffer */ uint64_t tracefile_size_current;