aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpif-linux.h')
-rw-r--r--lib/dpif-linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dpif-linux.h b/lib/dpif-linux.h
index 727a9e52..41ede747 100644
--- a/lib/dpif-linux.h
+++ b/lib/dpif-linux.h
@@ -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. */