| 
    GRPC Core
    0.11.0.0
    
   | 
 
#include <stream_op.h>
Data Fields | |
| grpc_mdelem_list | list | 
| Metadata elements in this batch.  More... | |
| grpc_mdelem_list | garbage | 
| Elements that have been removed from the batch, but have not yet been unreffed - used to allow collecting garbage under a single metadata context lock.  More... | |
| gpr_timespec | deadline | 
| Used to calculate grpc-timeout at the point of sending, or gpr_inf_future if this batch does not need to send a grpc-timeout.  More... | |
| gpr_timespec grpc_metadata_batch::deadline | 
Used to calculate grpc-timeout at the point of sending, or gpr_inf_future if this batch does not need to send a grpc-timeout.
| grpc_mdelem_list grpc_metadata_batch::garbage | 
Elements that have been removed from the batch, but have not yet been unreffed - used to allow collecting garbage under a single metadata context lock.
| grpc_mdelem_list grpc_metadata_batch::list | 
Metadata elements in this batch.
 1.8.6