Index: src/pkg/runtime/hashmap.h |
=================================================================== |
--- a/src/pkg/runtime/hashmap.h |
+++ b/src/pkg/runtime/hashmap.h |
@@ -86,6 +86,7 @@ |
hash_hash_t last_hash; /* last hash value returned */ |
hash_hash_t cycle; /* hash value where we started */ |
struct Hmap *h; /* the hash table */ |
+ MapType *t; /* the map type */ |
struct hash_iter_sub { |
struct hash_entry *e; /* pointer into subtable */ |
struct hash_entry *start; /* start of subtable */ |