stream: New functions stream_verify_name() and pstream_verify_name().
[openvswitch] / lib / shash.c
index 53abbe43a1ae9f62d720fefdce4b4c056ee091b5..a5bfecf04a0d53b4b8fdd28a6e718aef4495a040 100644 (file)
@@ -46,6 +46,12 @@ shash_swap(struct shash *a, struct shash *b)
     hmap_swap(&a->map, &b->map);
 }
 
+void
+shash_moved(struct shash *sh)
+{
+    hmap_moved(&sh->map);
+}
+
 void
 shash_clear(struct shash *sh)
 {