Update struct event_packet_context
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 6 Jan 2012 18:49:15 +0000 (13:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 6 Jan 2012 18:49:15 +0000 (13:49 -0500)
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 <mathieu.desnoyers@efficios.com>
common-trace-format-specification.txt

index ebad3ba7f6a9edf5417a351236cc1d81744a7b78..e8c9e48f6d87145e20a4c4af7a7bf5cc6cedc729 100644 (file)
@@ -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;
This page took 0.023867 seconds and 4 git commands to generate.