X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fvconn-provider.h;h=54ec2e6b04c1eab86478ed5380e277a7678ddcd8;hb=2e3fa633aad59f9687e2b6e3aad3b0a308aa89fc;hp=2940852479b3a7b1b229c053fed998f305988987;hpb=aa319503aa099030d4e4796710b0ebace8907f2b;p=sliver-openvswitch.git diff --git a/lib/vconn-provider.h b/lib/vconn-provider.h index 294085247..54ec2e6b0 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;