X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fhmap.h;h=ed2d78d34daf8adf286975c52fdceb6c6f72c5dd;hb=de5cdb90f7c02d22b0595c7dc311c5306291b02f;hp=a987fa48886bc68ce9401ac4be491e70314acf12;hpb=ee114c23f735a91b165dab0908c1fdea736e782a;p=sliver-openvswitch.git diff --git a/lib/hmap.h b/lib/hmap.h index a987fa488..ed2d78d34 100644 --- a/lib/hmap.h +++ b/lib/hmap.h @@ -89,7 +89,7 @@ static inline void hmap_remove(struct hmap *, struct hmap_node *); void hmap_node_moved(struct hmap *, struct hmap_node *, struct hmap_node *); static inline void hmap_replace(struct hmap *, const struct hmap_node *old, - struct hmap_node *new); + struct hmap_node *new_node); struct hmap_node *hmap_random_node(const struct hmap *);