X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fringbuffer%2Fshm_types.h;h=cff103b856b01a507fa7c312ba00d149c0f2fdc5;hb=b5457df5fd74e033cbaa75307f9bbc12aff4ab8f;hp=c1ad7b6872caa2a31de7bd4f8ddc1fbb0f519f28;hpb=e23004b595a319f5bfd6fbc9eda600edda1cfd02;p=lttng-ust.git diff --git a/src/common/ringbuffer/shm_types.h b/src/common/ringbuffer/shm_types.h index c1ad7b68..cff103b8 100644 --- a/src/common/ringbuffer/shm_types.h +++ b/src/common/ringbuffer/shm_types.h @@ -12,7 +12,7 @@ #include #include "shm_internal.h" -struct lttng_ust_lib_ring_buffer_channel; +struct lttng_ust_ring_buffer_channel; enum shm_object_type { SHM_OBJECT_SHM, @@ -38,7 +38,7 @@ struct shm_object_table { struct lttng_ust_shm_handle { struct shm_object_table *table; - DECLARE_SHMP(struct lttng_ust_lib_ring_buffer_channel, chan); + DECLARE_SHMP(struct lttng_ust_ring_buffer_channel, chan); }; #endif /* _LIBRINGBUFFER_SHM_TYPES_H */