From: Mathieu Desnoyers Date: Fri, 20 May 2011 20:33:52 +0000 (-0400) Subject: Update note in buffer.c X-Git-Tag: v0.14~9 X-Git-Url: http://git.liburcu.org/?p=ust.git;a=commitdiff_plain;h=283f11580b1ef306fc9592bde3c352d9216521be Update note in buffer.c Signed-off-by: Mathieu Desnoyers --- diff --git a/libust/buffers.c b/libust/buffers.c index c8976c7..8ecebb9 100644 --- a/libust/buffers.c +++ b/libust/buffers.c @@ -22,7 +22,9 @@ /* * Note: this code does not support the ref/noref flag and reader-owned - * subbuffer scheme needed for flight recorder mode. + * subbuffer scheme. Therefore, flight recorder mode uses a mechanism + * where the reader can read corrupted data (and detect this), thus + * returning -EIO. */ #include