GRPC C++
1.30.0
|
#include <grpc_types.h>
Data Fields | |
struct grpc_byte_buffer * | send_message |
This op takes ownership of the slices in send_message. More... | |
struct grpc_byte_buffer* grpc_op::grpc_op_data::grpc_op_send_message::send_message |
This op takes ownership of the slices in send_message.
After a call completes, the contents of send_message are not guaranteed and likely empty. The original owner should still call grpc_byte_buffer_destroy() on this object however.