X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif-linux.c;h=0442f77364bbb793d38dfb86f99fab5951e8918b;hb=99ab7312c17cd4ab603eb6194c50b9f1ef3ca1c9;hp=42958d3fcda467dcb8fab5b67a69bf8d4ecc94d3;hpb=2431be1b68d386bd616378d2c528242775c4d54a;p=sliver-openvswitch.git diff --git a/lib/dpif-linux.c b/lib/dpif-linux.c index 42958d3fc..0442f7736 100644 --- a/lib/dpif-linux.c +++ b/lib/dpif-linux.c @@ -72,7 +72,7 @@ struct dpif_linux_dp { /* Attributes. */ const char *name; /* OVS_DP_ATTR_NAME. */ - const uint32_t *upcall_pid; /* OVS_DP_UPCALL_PID. */ + const uint32_t *upcall_pid; /* OVS_DP_ATTR_UPCALL_PID. */ struct ovs_dp_stats stats; /* OVS_DP_ATTR_STATS. */ struct ovs_dp_megaflow_stats megaflow_stats; /* OVS_DP_ATTR_MEGAFLOW_STATS.*/