X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif-linux.h;h=727a9e52d20ee2f0fb4727188f55289386e5b679;hb=f613a0d72c521ca3a4eeb2c29ac523f6fdf72667;hp=c673beeb3c1c42c3d8fdaab3c7ded514d05ab16b;hpb=9197df76b46ff6fbe1f7a522961730ffc55a860d;p=sliver-openvswitch.git diff --git a/lib/dpif-linux.h b/lib/dpif-linux.h index c673beeb3..727a9e52d 100644 --- a/lib/dpif-linux.h +++ b/lib/dpif-linux.h @@ -34,7 +34,7 @@ struct dpif_linux_vport { /* Attributes. */ const char *name; /* OVS_VPORT_ATTR_NAME. */ - const struct rtnl_link_stats64 *stats; /* OVS_VPORT_ATTR_STATS. */ + const struct ovs_vport_stats *stats; /* OVS_VPORT_ATTR_STATS. */ const uint8_t *address; /* OVS_VPORT_ATTR_ADDRESS. */ const struct nlattr *options; /* OVS_VPORT_ATTR_OPTIONS. */ size_t options_len;