From: Mathieu Desnoyers Date: Fri, 6 Jan 2012 18:49:15 +0000 (-0500) Subject: Update struct event_packet_context X-Git-Tag: v1.8~13 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=ed1a0b45aaa8184cb1d9aa18d5a205a862fbf446;hp=980015f9c9d06b3b2bc978554f1a70dd3701659f Update struct event_packet_context uint8_t stream_packet_count_bits is not needed, as we can simply appropriately select the type representing stream_packet_count to have the appropriate number of bits. Signed-off-by: Mathieu Desnoyers --- diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index ebad3ba..e8c9e48 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -752,7 +752,6 @@ struct event_packet_context { uint32_t cpu_id; uint32_t/uint16_t content_size; uint32_t/uint16_t packet_size; - uint8_t stream_packet_count_bits; /* Significant counter bits */ uint8_t compression_scheme; uint8_t encryption_scheme; uint8_t checksum_scheme;