dpif-linux: Don't reset kernel upcall_pids unintentionally.
[sliver-openvswitch.git] / lib / dpif-linux.h
index f1a4faa..c72ea88 100644 (file)
@@ -34,7 +34,7 @@ struct dpif_linux_vport {
 
     /* Attributes. */
     const char *name;                      /* OVS_VPORT_ATTR_NAME. */
-    uint32_t upcall_pid;                   /* OVS_VPORT_ATTR_UPCALL_PID. */
+    const 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. */