struct tarpc_rte_flow_get_restore_info_out

struct tarpc_rte_flow_get_restore_info_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    struct tarpc_rte_flow_restore_info info<>;
    struct tarpc_rte_flow_error error;
};