aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/metadata_batch.h
diff options
context:
space:
mode:
authorGravatar Lizan Zhou <zlizan@google.com>2018-09-21 15:59:00 -0700
committerGravatar Lizan Zhou <zlizan@google.com>2018-09-21 15:59:00 -0700
commit91e15f65dcdcb7880c60f04c9fe97bdae1878de7 (patch)
tree0cd9d832ac5558083b6095647527135b2bf5d6ce /src/core/lib/transport/metadata_batch.h
parent9af7c7258987280bc6305b329e709400cde0e799 (diff)
parent12f42765cf3ea707a8adf94e56160cc9f069677b (diff)
Merge remote-tracking branch 'upstream/master' into fake_handshaker
Diffstat (limited to 'src/core/lib/transport/metadata_batch.h')
-rw-r--r--src/core/lib/transport/metadata_batch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/transport/metadata_batch.h b/src/core/lib/transport/metadata_batch.h
index 7068750b6f..0bcbb32d1f 100644
--- a/src/core/lib/transport/metadata_batch.h
+++ b/src/core/lib/transport/metadata_batch.h
@@ -82,6 +82,7 @@ void grpc_metadata_batch_set_value(grpc_linked_mdelem* storage,
grpc_error* grpc_metadata_batch_link_head(grpc_metadata_batch* batch,
grpc_linked_mdelem* storage)
GRPC_MUST_USE_RESULT;
+
/** Add \a storage to the end of \a batch. storage->md is
assumed to be valid.
\a storage is owned by the caller and must survive for the
@@ -100,6 +101,7 @@ grpc_error* grpc_metadata_batch_link_tail(grpc_metadata_batch* batch,
grpc_error* grpc_metadata_batch_add_head(
grpc_metadata_batch* batch, grpc_linked_mdelem* storage,
grpc_mdelem elem_to_add) GRPC_MUST_USE_RESULT;
+
/** Add \a elem_to_add as the last element in \a batch, using
\a storage as backing storage for the linked list element.
\a storage is owned by the caller and must survive for the