summaryrefslogtreecommitdiffstats
path: root/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-31 21:12:48 +0000
committerDavid Robillard <d@drobilla.net>2012-01-31 21:12:48 +0000
commit86826ae6733119d462be9f3642161db895756643 (patch)
tree27edf411aeecde4d96c01f1305e8764da963d84b /zix
parent790aa117d1bd1c012c6982d1c6bd0832eb9d6118 (diff)
downloadzix-86826ae6733119d462be9f3642161db895756643.tar.gz
zix-86826ae6733119d462be9f3642161db895756643.tar.bz2
zix-86826ae6733119d462be9f3642161db895756643.zip
Full test coverage for ZixRing.
Update waf. git-svn-id: http://svn.drobilla.net/zix/trunk@50 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'zix')
-rw-r--r--zix/ring.h2
1 files changed, 2 insertions, 0 deletions
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);