struct tarpc_ppoll_out

struct tarpc_ppoll_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    struct tarpc_pollfd ufds<>;
    struct tarpc_timespec timeout<>;
};