changeset 281:8ae649a4b738

Comment.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jun 2011 19:31:13 +0300
parents 922d463ebe9b
children 3dc86d8eb0a9
files th_util.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     }
 }
 
-