changeset 26:04187ae0b3b6

Comment.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jun 2011 05:00:43 +0300
parents 2f7270a9d593
children 4232dc54b818
files th_util.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.c	Sat Jun 11 05:00:23 2011 +0300
+++ b/th_util.c	Sat Jun 11 05:00:43 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));