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)
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>

No differences found
This page took 0.024372 seconds and 4 git commands to generate.