aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/metadata_batch.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-09-01 08:50:42 -0700
committerGravatar Mark D. Roth <roth@google.com>2017-09-01 08:50:42 -0700
commit9e3a19ee95e2ecbb10f455202e4bb8fc6179441b (patch)
tree0ec8406838416f227dc55c921ffc673894fedf14 /src/core/lib/transport/metadata_batch.h
parent8ecb4ed9ffc746f79ce350e72ebb5425234f973a (diff)
Use a separate table to determine which callouts are default.
Diffstat (limited to 'src/core/lib/transport/metadata_batch.h')
-rw-r--r--src/core/lib/transport/metadata_batch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/transport/metadata_batch.h b/src/core/lib/transport/metadata_batch.h
index 8834051318..57d298c75c 100644
--- a/src/core/lib/transport/metadata_batch.h
+++ b/src/core/lib/transport/metadata_batch.h
@@ -41,7 +41,7 @@ typedef struct grpc_linked_mdelem {
typedef struct grpc_mdelem_list {
size_t count;
- size_t static_count;
+ size_t default_count; // Number of default keys.
grpc_linked_mdelem *head;
grpc_linked_mdelem *tail;
} grpc_mdelem_list;