struct tarpc_splice_out
Overview
struct tarpc_splice_out { // fields struct tarpc_out_arg common; tarpc_ssize_t retval; tarpc_off_t off_in; tarpc_off_t off_out; };
Detailed Documentation
Fields
tarpc_ssize_t retval
Returned length
tarpc_off_t off_in
new in offset returned by the function
tarpc_off_t off_out
new out offset returned by the function