X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn-provider.h;h=54ec2e6b04c1eab86478ed5380e277a7678ddcd8;hb=c2f0373a8248d0c20d2f876d7f3bc61a400d9924;hp=2940852479b3a7b1b229c053fed998f305988987;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/lib/vconn-provider.h b/lib/vconn-provider.h index 29408524..54ec2e6b 100644 --- a/lib/vconn-provider.h +++ b/lib/vconn-provider.h @@ -22,6 +22,7 @@ #include #include "vconn.h" +#include "openflow/openflow-common.h" /* Active virtual connection to an OpenFlow device. */ @@ -32,8 +33,8 @@ struct vconn { struct vconn_class *class; int state; int error; - int min_version; - int version; + enum ofp_version min_version; + enum ofp_version version; ovs_be32 remote_ip; ovs_be16 remote_port; ovs_be32 local_ip;