struct tarpc_fdopen_in

struct tarpc_fdopen_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    string mode;
};