X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-consumer.h;fp=include%2Flttng%2Flttng-consumer.h;h=2587b3b1807b8749224ebfd6bc1bc93d47861a98;hp=7ca94cc1da5818a5c25c00d37298a97cc7ec8a2e;hb=1316184615e422526ef4fae68f980443414969c1;hpb=40b7f48507e072609c46b7173e4d805453ceaa8c diff --git a/include/lttng/lttng-consumer.h b/include/lttng/lttng-consumer.h index 7ca94cc1d..2587b3b18 100644 --- a/include/lttng/lttng-consumer.h +++ b/include/lttng/lttng-consumer.h @@ -81,12 +81,12 @@ struct lttng_consumer_channel { int wait_fd; void *mmap_base; size_t mmap_len; - struct shm_handle *handle; + struct lttng_ust_shm_handle *handle; int nr_streams; }; /* Forward declaration for UST. */ -struct lib_ring_buffer; +struct lttng_ust_lib_ring_buffer; /* * Internal representation of the streams, sessiond_key is used to identify @@ -111,7 +111,7 @@ struct lttng_consumer_stream { size_t mmap_len; enum lttng_event_output output; /* splice or mmap */ /* For UST */ - struct lib_ring_buffer *buf; + struct lttng_ust_lib_ring_buffer *buf; int cpu; };