Re: [Spice-devel] [PATCH 5/8] common: add ring_get_length() for debugging purposes

2011-05-03 Thread Christophe Fergeau
On Tue, May 03, 2011 at 04:37:42PM +0200, Marc-André Lureau wrote: > Please notice it has a "static" modifier, like the rest of the inlined > functions in ring.h, so it won't warn if it isn't used. ACK pgp98GRTnfnj0.pgp Description: PGP signature ___ S

[Spice-devel] [PATCH 5/8] common: add ring_get_length() for debugging purposes

2011-05-03 Thread Marc-André Lureau
Please notice it has a "static" modifier, like the rest of the inlined functions in ring.h, so it won't warn if it isn't used. --- common/ring.h | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/common/ring.h b/common/ring.h index ff4ef6d..bd030d2 100644 --- a/c