]> git.proxmox.com Git - mirror_ovs.git/commit - ofproto/in-band.c
hmap: Add HMAP_FOR_EACH_POP.
authorDaniele Di Proietto <diproiettod@vmware.com>
Thu, 7 Apr 2016 01:53:59 +0000 (18:53 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Wed, 27 Apr 2016 06:28:59 +0000 (23:28 -0700)
commit4ec3d7c7578e827a543cc0989a6cd4c1a10ee291
tree8d0960b44448bf6a84a4ad3e609af26685277a4f
parente0b9270136465f1c5379c274ca41081980bcd076
hmap: Add HMAP_FOR_EACH_POP.

Makes popping each member of the hmap a bit easier.

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Ben Pfaff <blp@ovn.org>
23 files changed:
lib/cfm.c
lib/hmap.h
lib/id-pool.c
lib/learning-switch.c
lib/netdev-linux.c
lib/odp-util.c
ofproto/bond.c
ofproto/in-band.c
ofproto/ofproto-dpif-ipfix.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto.c
ofproto/pinsched.c
ovn/controller/encaps.c
ovn/controller/lport.c
ovn/controller/ofctrl.c
ovn/controller/physical.c
ovn/controller/pinctrl.c
ovn/lib/expr.c
ovn/northd/ovn-northd.c
ovsdb/monitor.c
ovsdb/row.c
tests/library.at
tests/test-hmap.c