struct tarpc_do_fd_set_in

struct tarpc_do_fd_set_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    tarpc_fd_set set;
};