From ed1a0b45aaa8184cb1d9aa18d5a205a862fbf446 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 6 Jan 2012 13:49:15 -0500 Subject: [PATCH] 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 --- common-trace-format-specification.txt | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1