#include <grpc_types.h>
Classes | |
union | grpc_op_data |
Public Attributes | |
union grpc_op::grpc_op_data | data |
uint32_t | flags |
grpc_op_type | op |
void * | reserved |
Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments)
Definition at line 640 of file grpc_types.h.
union grpc_op::grpc_op_data grpc_op::data |
uint32_t grpc_op::flags |
Write flags bitset for grpc_begin_messages
Definition at line 644 of file grpc_types.h.
grpc_op_type grpc_op::op |
Operation type, as defined by grpc_op_type
Definition at line 642 of file grpc_types.h.
void* grpc_op::reserved |
Reserved for future usage
Definition at line 646 of file grpc_types.h.