hmap: Rename hmap_moved() to hmap_node_moved().
authorBen Pfaff <blp@nicira.com>
Thu, 28 Jan 2010 22:12:56 +0000 (14:12 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Jan 2010 00:06:31 +0000 (16:06 -0800)
commit63e60b866ffee6895e1772da2c48591ab2767aa7
tree7e6d042be72a3ef74529b4ba3d2bde3911183ec6
parent69490970b3555fd45f844b4f6304bc2dc6a01b0b
hmap: Rename hmap_moved() to hmap_node_moved().

This prepares for adding a new function that deals with a "struct hmap"
moving, as opposed to a "struct hmap_node".

Since there was only a single call to this in the whole tree, and its
caller didn't have any callers of its own at all, also move this function
from hmap.h to hmap.c.
lib/classifier.c
lib/hmap.c
lib/hmap.h