struct tarpc_popen_in

struct tarpc_popen_in {
    // fields

    struct tarpc_in_arg common;
    string cmd;
    string mode;
};