X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2Fshm_types.h;h=c1ad7b6872caa2a31de7bd4f8ddc1fbb0f519f28;hb=6ba6fd60507f8e045bdc4f1be14e9d99c6a15f7f;hp=896474fcad2c2fa56851450c23688b6b160facc2;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/libringbuffer/shm_types.h b/libringbuffer/shm_types.h index 896474fc..c1ad7b68 100644 --- a/libringbuffer/shm_types.h +++ b/libringbuffer/shm_types.h @@ -12,7 +12,7 @@ #include #include "shm_internal.h" -struct channel; +struct lttng_ust_lib_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 channel, chan); + DECLARE_SHMP(struct lttng_ust_lib_ring_buffer_channel, chan); }; #endif /* _LIBRINGBUFFER_SHM_TYPES_H */