GRPC C++
1.30.0
|
Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments) More...
#include <grpc_types.h>
Data Structures | |
union | grpc_op_data |
Data Fields | |
grpc_op_type | op |
Operation type, as defined by grpc_op_type. More... | |
uint32_t | flags |
Write flags bitset for grpc_begin_messages. More... | |
void * | reserved |
Reserved for future usage. More... | |
union grpc_op::grpc_op_data | data |
Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments)
union grpc_op::grpc_op_data grpc_op::data |
uint32_t grpc_op::flags |
Write flags bitset for grpc_begin_messages.
grpc_op_type grpc_op::op |
Operation type, as defined by grpc_op_type.
void* grpc_op::reserved |
Reserved for future usage.