chiark / gitweb /
shared: fix coding-style for ring-buffer implementation
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 9 Jul 2014 18:20:46 +0000 (20:20 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 11 Jul 2014 14:43:53 +0000 (16:43 +0200)
commit1ca5fd003f5d3ffb32db581cb8d82d0721b5b12d
tree242fae381ff22bbd8c72fdfcea6b09d3e0d80317
parent7df23077e45e55a6fc15eb99fe2ae439678e37e0
shared: fix coding-style for ring-buffer implementation

We use "typedef struct Ring Ring" with camel-case for internal objects.
So rename "struct ring" to "Ring".
src/shared/ring.c
src/shared/ring.h
src/test/test-ring.c