shash: Introduce new macros SHASH_FOR_EACH, SHASH_FOR_EACH_SAFE.
authorBen Pfaff <blp@nicira.com>
Wed, 22 Jul 2009 23:33:43 +0000 (16:33 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 23:07:13 +0000 (16:07 -0700)
commitfd30311c8701d297f31f6dd92c628d1d9112911e
tree27de9fd70be4174712d4d3539e079ebc2c74d5f9
parent78299b0a6871a31c8b0cce5ef3f67ab465ab094f
shash: Introduce new macros SHASH_FOR_EACH, SHASH_FOR_EACH_SAFE.

This is both more convenient and cleaner than using HMAP_FOR_EACH(_SAFE)
directly.
lib/shash.c
lib/shash.h
lib/unixctl.c