X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fshash.c;h=a5bfecf04a0d53b4b8fdd28a6e718aef4495a040;hb=76f105d9be03588c2d5ec0b94ff769a1d269f2e4;hp=53abbe43a1ae9f62d720fefdce4b4c056ee091b5;hpb=37e7f42772ae4f7866b060a29efa05b42419b143;p=openvswitch diff --git a/lib/shash.c b/lib/shash.c index 53abbe43..a5bfecf0 100644 --- a/lib/shash.c +++ b/lib/shash.c @@ -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) {