hmap: New function hmap_at_position().
authorBen Pfaff <blp@nicira.com>
Tue, 28 Dec 2010 18:05:05 +0000 (10:05 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Jan 2011 17:26:05 +0000 (09:26 -0800)
commitee114c23f735a91b165dab0908c1fdea736e782a
tree08c185335b5315a9f8b8d6e1141ae5d8044f0d6d
parenta46c577af5c5855939ca3192a56396e15bebf0f8
hmap: New function hmap_at_position().

This function offers a way to iterate through an hmap in situations where
it is not safe to retain a node pointer.

Acked-by: Jesse Gross <jesse@nicira.com>
lib/hmap.c
lib/hmap.h