Update timestamps by carrying the overflow
[babeltrace.git] / include / babeltrace / ctf / types.h
index 1ec2ad5a497ba07472667db066b478f8803fc8c6..14da1d91108e8a575336c8750462d9d39c2dd9e8 100644 (file)
@@ -33,7 +33,7 @@
 
 struct packet_index {
        off_t offset;           /* offset of the packet in the file, in bytes */
-       off_t data_offset;      /* offset of data within the packet */
+       off_t data_offset;      /* offset of data within the packet, in bits */
        size_t packet_size;     /* packet size, in bits */
        size_t content_size;    /* content size, in bits */
 };
This page took 0.02457 seconds and 4 git commands to generate.