wangzhengquan
2021-01-11 73ebfbc4f3fce4f7197b16b74ed4d6abaa9367b5
src/shm/hashtable.cpp
@@ -23,7 +23,7 @@
static size_t hashcode(int key);
static struct timespec TIMEOUT = {1, 0};
static struct timespec TIMEOUT = {2, 0};
void hashtable_init(hashtable_t *hashtable )
{