struct tarpc_get_buf_in
Overview
struct tarpc_get_buf_in { // fields struct tarpc_in_arg common; tarpc_ptr src_buf; tarpc_size_t src_off; tarpc_size_t len; };
Detailed Documentation
Fields
tarpc_ptr src_buf
A pointer in the TA address space
tarpc_size_t src_off
Offset from the buffer
tarpc_size_t len
How much to get