wangzhengquan
2021-01-07 14f5cae9c36cf9c91434fcde684d54e8a56c8f84
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 )
{