src/shm/hashtable.h
@@ -11,9 +11,9 @@ { struct tailq_header_t* array[MAPSIZE]; int mutex; int wlock; int cond; size_t readcnt; // int wlock; // int cond; // size_t readcnt; } hashtable_t; typedef void (*hashtable_foreach_cb)(int key, void *value);