X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdpif-linux.h;h=41ede747e29560679064f068ef7945ee45479c51;hb=bd85a68f94b890c2d9b62788d68150770dc48a42;hp=3a2c816abca366f5e2c703eb5d041a65496ebec8;hpb=ff8d7a5e81625bbb13d33ca73888fc848b02db83;p=openvswitch diff --git a/lib/dpif-linux.h b/lib/dpif-linux.h index 3a2c816a..41ede747 100644 --- a/lib/dpif-linux.h +++ b/lib/dpif-linux.h @@ -34,9 +34,9 @@ struct dpif_linux_vport { /* Attributes. */ const char *name; /* OVS_VPORT_ATTR_NAME. */ - const struct rtnl_link_stats64 *stats; /* OVS_VPORT_ATTR_STATS. */ + uint32_t upcall_pid; /* OVS_VPORT_ATTR_UPCALL_PID. */ + const struct ovs_vport_stats *stats; /* OVS_VPORT_ATTR_STATS. */ const uint8_t *address; /* OVS_VPORT_ATTR_ADDRESS. */ - int mtu; /* OVS_VPORT_ATTR_MTU. */ const struct nlattr *options; /* OVS_VPORT_ATTR_OPTIONS. */ size_t options_len; int ifindex; /* OVS_VPORT_ATTR_IFINDEX. */