hmap: New function hmap_contains().
authorBen Pfaff <blp@nicira.com>
Tue, 20 Mar 2012 22:00:46 +0000 (15:00 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 21 Mar 2012 16:03:50 +0000 (09:03 -0700)
commite39e5b9d9d19f933cae177471dc0ebbc7e0041e7
tree89fd9ff46dccef387ecda4fe6e4d8ed9e9ef35da
parent822d941452da65dd067ab1fe19a7fc8f181558b5
hmap: New function hmap_contains().

This is useful in a situation where one knows that an hmap_node is in some
hmap, but it's not certain which one, and one needs to know whether it is
in a particular one.  This is not a very common case; I don't see any
potential users in the current tree, although an upcoming commit will add
one.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/hmap.c
lib/hmap.h