datapath: Use unicast Netlink sockets for upcalls.
[sliver-openvswitch.git] / lib / dpif-linux.h
index 727a9e5..41ede74 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. */