diff options
author | David Robillard <d@drobilla.net> | 2012-01-31 21:12:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-31 21:12:48 +0000 |
commit | 86826ae6733119d462be9f3642161db895756643 (patch) | |
tree | 27edf411aeecde4d96c01f1305e8764da963d84b /zix/ring.h | |
parent | 790aa117d1bd1c012c6982d1c6bd0832eb9d6118 (diff) | |
download | zix-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/ring.h')
-rw-r--r-- | zix/ring.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |