X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;fp=ofproto%2Fconnmgr.h;h=c5992185d2f531bb575314742be1c903b2dd6438;hb=77ab5fd2a95ba2fef5bbe25aaa429776b9e29ea3;hp=fb7573ea0e8b4cc426c70915168b5ee7a7e60cc6;hpb=5d10476a12dd3df756e15c9bcae0061bef787379;p=cascardo%2Fovs.git diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index fb7573ea0..c5992185d 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -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; };