update
[lttv.git] / trunk / lttv / ltt / ltt-private.h
index 4b2b4a3275638b4e6bcec14a7e5598cb612a6826..357a4cc713512f5f55fa239759811088c0b20de1 100644 (file)
@@ -88,11 +88,13 @@ struct ltt_subbuffer_header_2_2 {
        uint32_t buf_size;              /* Size of this subbuffer */
        uint32_t events_lost;           /*
                                         * Events lost in this subbuffer since
-                                        * last subbuffer switch.
+                                        * the beginning of the trace.
+                                        * (may overflow)
                                         */
        uint32_t subbuf_corrupt;        /*
                                         * Corrupted (lost) subbuffers since
                                         * the begginig of the trace.
+                                        * (may overflow)
                                         */
        char header_end[0];             /* End of header */
 };
This page took 0.022625 seconds and 4 git commands to generate.