提交 15691bfb 编写于 作者: 陶建辉(Jeff)'s avatar 陶建辉(Jeff)

data type compatible with windows

上级 4b09f052
...@@ -34,7 +34,7 @@ typedef struct SHashNode { ...@@ -34,7 +34,7 @@ typedef struct SHashNode {
struct SHashNode *next; struct SHashNode *next;
uint32_t hashVal; // the hash value of key uint32_t hashVal; // the hash value of key
uint32_t keyLen; // length of the key uint32_t keyLen; // length of the key
uint32_t dataLen; // length of data size_t dataLen; // length of data
int8_t count; // reference count int8_t count; // reference count
int8_t removed; // flag to indicate removed int8_t removed; // flag to indicate removed
char data[]; char data[];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册