]> git.proxmox.com Git - mirror_ovs.git/commitdiff
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)
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.


No differences found