diff options
author | 2015-05-24 10:43:16 -0700 | |
---|---|---|
committer | 2015-05-24 10:43:16 -0700 | |
commit | 10372259a9eeb97a02113b1e97b3e6bbfff67731 (patch) | |
tree | d25dd22f1a880477198bb12221300e44af2c3884 /src/core/transport/chttp2/frame.h | |
parent | c9b3e5811e3d20c94f3397b0b092e641b6ab101e (diff) | |
parent | 19def88839b15a89b4c0e79de16bd01139a0bb14 (diff) |
Merge github.com:grpc/grpc into explain-the-things
Diffstat (limited to 'src/core/transport/chttp2/frame.h')
-rw-r--r-- | src/core/transport/chttp2/frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/transport/chttp2/frame.h b/src/core/transport/chttp2/frame.h index ac76c4cc9c..c9e3e13042 100644 --- a/src/core/transport/chttp2/frame.h +++ b/src/core/transport/chttp2/frame.h @@ -53,12 +53,14 @@ typedef struct { gpr_uint8 send_ping_ack; gpr_uint8 process_ping_reply; gpr_uint8 goaway; + gpr_uint8 rst_stream; gpr_int64 initial_window_update; gpr_uint32 window_update; gpr_uint32 goaway_last_stream_index; gpr_uint32 goaway_error; gpr_slice goaway_text; + gpr_uint32 rst_stream_reason; } grpc_chttp2_parse_state; #define GRPC_CHTTP2_FRAME_DATA 0 |