]> pd.if.org Git - nbds/blobdiff - include/map.h
Warning tests are failing in this version
[nbds] / include / map.h
index 33092d3a6a641df552916830c04d81387e1d74ad..b74974482db1f98bbdad114dffc629f1be06198e 100644 (file)
@@ -7,7 +7,7 @@ typedef struct map map_t;
 typedef struct map_iter map_iter_t;
 typedef struct map_impl map_impl_t;
 
-typedef void *   map_key_t;
+typedef uint64_t map_key_t;
 typedef uint64_t map_val_t;
 
 map_t *   map_alloc   (const map_impl_t *map_impl, const datatype_t *key_type);