From f6b81726435ad58abf9b88594c22c54c990d7667 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 5 May 2011 18:35:59 -0400 Subject: [PATCH] Specify that size includes headers Signed-off-by: Mathieu Desnoyers --- common-trace-format-proposal.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index 0e57046..655a00b 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -606,7 +606,8 @@ don't need to declare a "stream_id" field. Event packet context example. These are declared within the stream declaration in the metadata. All these fields are optional. If the packet size field is missing, the whole stream only contains a single packet. If the content -size field is missing, the packet is filled (no padding). +size field is missing, the packet is filled (no padding). The content +and packet sizes include all headers. An example event packet context type: -- 2.34.1