ofproto-dpif-xlate: Put recirc_state, not recirc_id_node, in xlate_in.
[cascardo/ovs.git] / ofproto / ofproto-dpif-xlate.h
index a135d8f..3b06285 100644 (file)
@@ -142,7 +142,7 @@ struct xlate_in {
 
     /* The recirculation context related to this translation, as returned by
      * xlate_lookup. */
-    const struct recirc_id_node *recirc;
+    const struct recirc_state *recirc;
 };
 
 void xlate_ofproto_set(struct ofproto_dpif *, const char *name, struct dpif *,