未验证 提交 79502cfe 编写于 作者: H Haojun Liao 提交者: GitHub

Update hash.h

上级 5ca92014
......@@ -35,6 +35,8 @@ typedef struct SHashNode {
int32_t refCount; // reference count
char data[];
} SHashNode;
#define GET_HASH_PNODE(_n) ((SHashNode *)((char*)(_n) - sizeof(SHashNode)))
typedef enum SHashLockTypeE {
HASH_NO_LOCK = 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册