New functions hmap_moved(), shash_moved().
[sliver-openvswitch.git] / lib / shash.h
index fd8b9d8..52cd4dc 100644 (file)
@@ -41,6 +41,7 @@ struct shash {
 void shash_init(struct shash *);
 void shash_destroy(struct shash *);
 void shash_swap(struct shash *, struct shash *);
+void shash_moved(struct shash *);
 void shash_clear(struct shash *);
 bool shash_is_empty(const struct shash *);
 size_t shash_count(const struct shash *);