aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/transport.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-06 11:04:11 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-06 11:04:11 -0700
commit6c3295a5a263d853e3ceb163c7b230c2d87374f6 (patch)
treeea06d5696a2fd2f1b1c24aeffe5b1614a8501302 /src/core/lib/transport/transport.h
parentceb39ae60c0469d9e7933ac94f10c6e63db55536 (diff)
parentd57bbe7f8fda6d6146f47319db319610ec908e48 (diff)
Merge remote-tracking branch 'upstream/master' into http_connect
Diffstat (limited to 'src/core/lib/transport/transport.h')
-rw-r--r--src/core/lib/transport/transport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/transport/transport.h b/src/core/lib/transport/transport.h
index 1705e6e582..26ed6cb839 100644
--- a/src/core/lib/transport/transport.h
+++ b/src/core/lib/transport/transport.h
@@ -124,6 +124,7 @@ typedef struct grpc_transport_stream_op {
/** Receive initial metadata from the stream, into provided metadata batch. */
grpc_metadata_batch *recv_initial_metadata;
bool *recv_idempotent_request;
+ bool *recv_cacheable_request;
/** Should be enqueued when initial metadata is ready to be processed. */
grpc_closure *recv_initial_metadata_ready;