Sequence: use field reference instead of type specifier
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 16 May 2011 13:59:51 +0000 (09:59 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 16 May 2011 13:59:51 +0000 (09:59 -0400)
commit1ab22b2a8ccbc0766c46f4d5a5a15931644c3caa
treeb0408c137236f7a221fcb719ec26f1cb3f8ea3f3
parent56b77c06fb9f6f0ee8e70ed5c4513d62d80ea006
Sequence: use field reference instead of type specifier

Sequence can be made more flexible by specifying its size using a
reference to an unsigned integer field (declared prior to the sequence)
rather than specifying the type. Many sequences can now share the same
length field, and the length field does not have to be physically
contiguous with the sequence.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-proposal.txt
This page took 0.022494 seconds and 4 git commands to generate.