Implement serializing the state of packet traversal in "continuations".
[cascardo/ovs.git] / ofproto / ofproto-provider.h
index 5fa03b5..180ed48 100644 (file)
@@ -1326,6 +1326,9 @@ struct ofproto_class {
                               const struct ofpact *ofpacts,
                               size_t ofpacts_len);
 
+    enum ofperr (*nxt_resume)(struct ofproto *ofproto,
+                              const struct ofputil_packet_in_private *);
+
 /* ## ------------------------- ## */
 /* ## OFPP_NORMAL configuration ## */
 /* ## ------------------------- ## */