aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/frame.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-12 16:17:09 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-12 16:17:09 -0700
commitd20efd26e3a8448531d56050942ef66935311ef5 (patch)
tree26e52d719468e75dfc4ceeb441543ca241253204 /src/core/transport/chttp2/frame.h
parent3208e3922a246375f68969630941267e1a8930a3 (diff)
Progress on splitting things up
Diffstat (limited to 'src/core/transport/chttp2/frame.h')
-rw-r--r--src/core/transport/chttp2/frame.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/transport/chttp2/frame.h b/src/core/transport/chttp2/frame.h
index c9e3e13042..9012bfa1e1 100644
--- a/src/core/transport/chttp2/frame.h
+++ b/src/core/transport/chttp2/frame.h
@@ -45,6 +45,7 @@ typedef enum {
GRPC_CHTTP2_CONNECTION_ERROR
} grpc_chttp2_parse_error;
+#if 0
typedef struct {
gpr_uint8 end_of_stream;
gpr_uint8 need_flush_reads;
@@ -62,6 +63,11 @@ typedef struct {
gpr_slice goaway_text;
gpr_uint32 rst_stream_reason;
} grpc_chttp2_parse_state;
+#endif
+
+/* defined in internal.h */
+typedef struct grpc_chttp2_stream_parsing grpc_chttp2_stream_parsing;
+typedef struct grpc_chttp2_transport_parsing grpc_chttp2_transport_parsing;
#define GRPC_CHTTP2_FRAME_DATA 0
#define GRPC_CHTTP2_FRAME_HEADER 1