Circumvent padding issues and make traced the second last field

pull/17294/head
Yash Tibrewal 6 years ago
parent cee77cfd38
commit 023415c461
  1. 4
      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:

Loading…
Cancel
Save