struct tarpc_dpdk_find_representors_out

struct tarpc_dpdk_find_representors_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int rep_port_ids;
    tarpc_int n_rep;
    tarpc_int retval;
};