struct tarpc_readv_in

struct tarpc_readv_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    struct tarpc_iovec vector<>;
    tarpc_size_t count;
};