From: Mathieu Desnoyers Date: Tue, 3 Dec 2013 16:05:33 +0000 (+0100) Subject: Clarify integer size X-Git-Tag: v1.8.3~12 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=7e5cdbfc639b49c46b515127ebc2e1e80dea5f95 Clarify integer size Signed-off-by: Mathieu Desnoyers --- 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