X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=libringbuffer%2Fshm.h;h=4889d6d62a0b9adb6cc453ec65851dde8369a398;hb=b89c5899ef86060111a6814c13df2684dc352737;hp=dab0b68d561b9ce1a05df0bc421f5ebb9a20e144;hpb=4041a8a71441f133654c4ca2a187748e08f03b22;p=lttng-ust.git diff --git a/libringbuffer/shm.h b/libringbuffer/shm.h index dab0b68d..4889d6d6 100644 --- a/libringbuffer/shm.h +++ b/libringbuffer/shm.h @@ -30,12 +30,6 @@ int channel_handle_add_stream(struct lttng_ust_shm_handle *handle, __attribute__((visibility("hidden"))) unsigned int channel_handle_get_nr_streams(struct lttng_ust_shm_handle *handle); -__attribute__((visibility("hidden"))) -extern -void channel_destroy(struct lttng_ust_lib_ring_buffer_channel *chan, - struct lttng_ust_shm_handle *handle, - int consumer); - /* * Pointer dereferencing. We don't trust the shm_ref, so we validate * both the index and offset with known boundaries.