struct tarpc_file_data
Overview
struct tarpc_file_data { // fields tarpc_off_t offset; tarpc_int file; };
Detailed Documentation
Fields
tarpc_off_t offset
Data offset in the file
tarpc_int file
Handle to the open file to be transmitted
struct tarpc_file_data { // fields tarpc_off_t offset; tarpc_int file; };
tarpc_off_t offset
Data offset in the file
tarpc_int file
Handle to the open file to be transmitted