Update note in buffer.c
[ust.git] / 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.022734 seconds and 4 git commands to generate.