text output
[babeltrace.git] / include / babeltrace / ctf / types.h
index 9a1a4d41c4569015a2bd7b6cb812f5ba4165ed4f..2396c4ff5b6f2261f5e8b7205be98944ad348c74 100644 (file)
@@ -63,15 +63,6 @@ struct ctf_stream_pos *ctf_pos(struct stream_pos *pos)
        return container_of(pos, struct ctf_stream_pos, parent);
 }
 
-/*
- * IMPORTANT: All lengths (len) and offsets (start, end) are expressed in bits,
- *            *not* in bytes.
- *
- * All write primitives, as well as read for dynamically sized entities, can
- * receive a NULL ptr/dest parameter. In this case, no write is performed, but
- * the size is returned.
- */
-
 void ctf_integer_read(struct stream_pos *pos, struct definition *definition);
 void ctf_integer_write(struct stream_pos *pos, struct definition *definition);
 void ctf_float_read(struct stream_pos *pos, struct definition *definition);
This page took 0.022912 seconds and 4 git commands to generate.