Implement serializing the state of packet traversal in "continuations".
[cascardo/ovs.git] / ofproto / connmgr.h
index fb7573e..c599218 100644 (file)
@@ -63,7 +63,7 @@ struct ofproto_async_msg {
     union {
         /* OAM_PACKET_IN. */
         struct {
-            struct ofputil_packet_in up;
+            struct ofputil_packet_in_private up;
             int max_len;                /* From action, or -1 if none. */
         } pin;
     };