X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif-linux.h;h=21d00484f2381090a84c7919abe3914ba9e9d6ac;hb=0ef165ecb57943e17a8ee8270df68ffb8d032e29;hp=ec94ccfd63d929b75b91ddd36c49b86fd2613193;hpb=4e022ec09e14ac89add74c1b4b8e3ff3873edbf0;p=sliver-openvswitch.git diff --git a/lib/dpif-linux.h b/lib/dpif-linux.h index ec94ccfd6..21d00484f 100644 --- a/lib/dpif-linux.h +++ b/lib/dpif-linux.h @@ -41,7 +41,8 @@ struct dpif_linux_vport { * 32-bit boundaries, so use get_unaligned_u64() to access its values. */ const char *name; /* OVS_VPORT_ATTR_NAME. */ - const uint32_t *upcall_pid; /* OVS_VPORT_ATTR_UPCALL_PID. */ + uint32_t n_upcall_pids; + const uint32_t *upcall_pids; /* OVS_VPORT_ATTR_UPCALL_PID. */ const struct ovs_vport_stats *stats; /* OVS_VPORT_ATTR_STATS. */ const struct nlattr *options; /* OVS_VPORT_ATTR_OPTIONS. */ size_t options_len;