aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/frame.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-20 08:47:52 -0700
committerGravatar Yang Gao <yangg@google.com>2015-04-20 10:29:40 -0700
commit84b88847776aff3a350d6e59f7a19659e8930354 (patch)
tree0fd5e167bdb6d00e9c1188d287d4dd7bafcac948 /src/core/transport/chttp2/frame.h
parentf1021031962159ffa2fe0e9cb68a9ab5080c3854 (diff)
Tidying up proof of concept
Diffstat (limited to 'src/core/transport/chttp2/frame.h')
-rw-r--r--src/core/transport/chttp2/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport/chttp2/frame.h b/src/core/transport/chttp2/frame.h
index cd1d47342f..ac76c4cc9c 100644
--- a/src/core/transport/chttp2/frame.h
+++ b/src/core/transport/chttp2/frame.h
@@ -54,7 +54,7 @@ typedef struct {
gpr_uint8 process_ping_reply;
gpr_uint8 goaway;
- gpr_uint32 initial_window_update;
+ gpr_int64 initial_window_update;
gpr_uint32 window_update;
gpr_uint32 goaway_last_stream_index;
gpr_uint32 goaway_error;