bugtool: Collect "lacp/show" and "cfm/show" information.
[openvswitch] / lib / dpif-linux.h
index 727a9e52d20ee2f0fb4727188f55289386e5b679..41ede747e29560679064f068ef7945ee45479c51 100644 (file)
@@ -34,6 +34,7 @@ struct dpif_linux_vport {
 
     /* Attributes. */
     const char *name;                      /* OVS_VPORT_ATTR_NAME. */
+    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. */
     const struct nlattr *options;          /* OVS_VPORT_ATTR_OPTIONS. */