# HG changeset patch # User Matti Hamalainen # Date 1307637073 -10800 # Node ID 8ae649a4b7388e47b7a8d89630607a1fb5b804f5 # Parent 922d463ebe9be917739d4a69b0e2d829910fe6af Comment. diff -r 922d463ebe9b -r 8ae649a4b738 th_util.c --- a/th_util.c Thu Jun 09 17:41:11 2011 +0300 +++ b/th_util.c Thu Jun 09 19:31:13 2011 +0300 @@ -396,6 +396,9 @@ } +/* + * Ringbuffers + */ qringbuf_t * th_ringbuf_new(const size_t size, void (*mdeallocator)(void *data)) { qringbuf_t *res = th_calloc(1, sizeof(qringbuf_t)); @@ -441,4 +444,3 @@ } } -