ovsdb: Add support for referential integrity in the database itself.
[openvswitch] / lib / shash.h
index fd8b9d8e92f9be2b91e1264b53a4649e4b066274..52cd4dca640658ee8fe7384570d22d1acab965a5 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 *);