Update note in buffer.c
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 May 2011 20:33:52 +0000 (16:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 May 2011 20:33:52 +0000 (16:33 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libust/buffers.c

index c8976c7841834e82bd8fae53e0dbe8ca2783d51b..8ecebb9355060bb752d7f66f9f0f4f0895ac747f 100644 (file)
@@ -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 <unistd.h>
This page took 0.024646 seconds and 4 git commands to generate.