X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.txt;h=ecdd26f3389e2323e6acb95ee72fe4c7ed8410aa;hp=830699ff130ac4757e003d70b71b312f1f8ca2a0;hb=7e5cdbfc639b49c46b515127ebc2e1e80dea5f95;hpb=9f04b9f6281cda27010f25816a66df7700cd0a9a diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 830699f..ecdd26f 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -214,8 +214,9 @@ size (8-bit) correspond to the C99 standard integers. In addition, integers with alignment and/or size that are _not_ a multiple of the byte size are permitted; these correspond to the C99 standard bitfields, with the added specification that the CTF integer bitfields have a fixed -binary representation. A MIT-licensed reference implementation of the -CTF portable bitfields is available at: +binary representation. Integer size needs to be a positive integer. +Integers of size 0 are forbidden. A MIT-licensed reference +implementation of the CTF portable bitfields is available at: http://git.efficios.com/?p=babeltrace.git;a=blob;f=include/babeltrace/bitfield.h