aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-11-27 15:50:08 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2018-11-27 15:51:52 -0800
commit023415c461f72404c598f5ee52a4502a8a14afef (patch)
tree9513ef1576a66acb68cd41852bbc758cb512350d /src/core/ext/transport/chttp2
parentcee77cfd38625c49f324d2956937e9d93f33a808 (diff)
Circumvent padding issues and make traced the second last field
Diffstat (limited to 'src/core/ext/transport/chttp2')
-rw-r--r--src/core/ext/transport/chttp2/transport/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/transport/chttp2/transport/internal.h b/src/core/ext/transport/chttp2/transport/internal.h
index 1c79cf6353..aeaa4935ad 100644
--- a/src/core/ext/transport/chttp2/transport/internal.h
+++ b/src/core/ext/transport/chttp2/transport/internal.h
@@ -642,10 +642,10 @@ struct grpc_chttp2_stream {
/** Whether bytes stored in unprocessed_incoming_byte_stream is decompressed
*/
bool unprocessed_incoming_frames_decompressed = false;
- /** gRPC header bytes that are already decompressed */
- size_t decompressed_header_bytes = 0;
/** Whether the bytes needs to be traced using Fathom */
bool traced = false;
+ /** gRPC header bytes that are already decompressed */
+ size_t decompressed_header_bytes = 0;
};
/** Transport writing call flow: