aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/metadata_batch.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-08-25 14:36:16 -0700
committerGravatar Mark D. Roth <roth@google.com>2017-08-25 14:36:16 -0700
commit8ecb4ed9ffc746f79ce350e72ebb5425234f973a (patch)
treec1391bfe511318d5c535c86e8f38ac309a569230 /src/core/lib/transport/metadata_batch.h
parentff4f2db4b978ea7264a4ab94711667456d017ed8 (diff)
Detect default metadata using the callout list.
Diffstat (limited to 'src/core/lib/transport/metadata_batch.h')
-rw-r--r--src/core/lib/transport/metadata_batch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/transport/metadata_batch.h b/src/core/lib/transport/metadata_batch.h
index 1b11a3e252..8834051318 100644
--- a/src/core/lib/transport/metadata_batch.h
+++ b/src/core/lib/transport/metadata_batch.h
@@ -41,6 +41,7 @@ typedef struct grpc_linked_mdelem {
typedef struct grpc_mdelem_list {
size_t count;
+ size_t static_count;
grpc_linked_mdelem *head;
grpc_linked_mdelem *tail;
} grpc_mdelem_list;