From 86826ae6733119d462be9f3642161db895756643 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 31 Jan 2012 21:12:48 +0000 Subject: Full test coverage for ZixRing. Update waf. git-svn-id: http://svn.drobilla.net/zix/trunk@50 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- zix/ring.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zix') diff --git a/zix/ring.h b/zix/ring.h index 67b71f5..3abb1e8 100644 --- a/zix/ring.h +++ b/zix/ring.h @@ -32,6 +32,8 @@ typedef struct ZixRingImpl ZixRing; /** Create a new ring. @param size Size in bytes (note this may be rounded up). + + At most @c size - 1 bytes may be stored in the ring at once. */ ZixRing* zix_ring_new(uint32_t size); -- cgit v1.2.1