X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2Fring_buffer_frontend.c;h=dd20852fec8ae6e58d210bc1fe7a288a677c3ff8;hb=09434f96935202d1e6cf64a74d4da4b95d06246d;hp=ce759ff18aa76ce638596b6f25d59d779a868edf;hpb=6c737d0594cac0d969e1948ea1ed55c15be9cec8;p=lttng-ust.git diff --git a/libringbuffer/ring_buffer_frontend.c b/libringbuffer/ring_buffer_frontend.c index ce759ff1..dd20852f 100644 --- a/libringbuffer/ring_buffer_frontend.c +++ b/libringbuffer/ring_buffer_frontend.c @@ -61,6 +61,7 @@ #include #include #include +#include #include #include #include @@ -1154,7 +1155,7 @@ void channel_release(struct channel *chan, struct lttng_ust_shm_handle *handle, * Call "destroy" callback, finalize channels, decrement the channel * reference count. Note that when readers have completed data * consumption of finalized channels, get_subbuf() will return -ENODATA. - * They should release their handle at that point. + * They should release their handle at that point. */ void channel_destroy(struct channel *chan, struct lttng_ust_shm_handle *handle, int consumer)