struct tarpc_read_fd_in

struct tarpc_read_fd_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    tarpc_size_t size;
    tarpc_int time2wait;
    tarpc_size_t amount;
};