X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-xlate.h;fp=ofproto%2Fofproto-dpif-xlate.h;h=227a16173270531f6e84a60c36b32e045029f58e;hb=1d361a815c5632e17f97b00da37804fa55794fc4;hp=3b062850d5745406297a6c1f7e608ed8a8d45b18;hpb=8a5fb3b4e82a2e420e0019a73410bc9d37293d61;p=cascardo%2Fovs.git diff --git a/ofproto/ofproto-dpif-xlate.h b/ofproto/ofproto-dpif-xlate.h index 3b062850d..227a16173 100644 --- a/ofproto/ofproto-dpif-xlate.h +++ b/ofproto/ofproto-dpif-xlate.h @@ -140,9 +140,8 @@ struct xlate_in { * set. */ struct flow_wildcards *wc; - /* The recirculation context related to this translation, as returned by - * xlate_lookup. */ - const struct recirc_state *recirc; + /* The frozen state to be resumed, as returned by xlate_lookup(). */ + const struct frozen_state *frozen_state; }; void xlate_ofproto_set(struct ofproto_dpif *, const char *name, struct dpif *,