chiark / gitweb /
hashmap: return more information from resize_buckets()
authorMichal Schmidt <mschmidt@redhat.com>
Tue, 14 Oct 2014 22:36:45 +0000 (00:36 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 23 Oct 2014 15:38:02 +0000 (17:38 +0200)
commit9700d6980f7c212b10a69399e6430b82a6f45587
tree7033b396f438a3446d76c5b1de7cd00ba0a0ad81
parentb3dcf58e283ff1bcb2c1ffacccb158d6e0c271e6
hashmap: return more information from resize_buckets()

Return 0 if no resize was needed, 1 if successfully resized and
negative on error.
src/shared/hashmap.c