X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=2396c4ff5b6f2261f5e8b7205be98944ad348c74;hp=9a1a4d41c4569015a2bd7b6cb812f5ba4165ed4f;hb=1ae19169d9cb823765444d22cdb05cd2ed3f162f;hpb=2c117823c2b2663f2c9edfd945debc18c397c5d7 diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index 9a1a4d41..2396c4ff 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -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);