提交 1575e614 编写于 作者: L liu0x54

[TD-154] modify the SUserObj fields position

上级 ad264896
......@@ -172,12 +172,12 @@ typedef struct _user_obj {
char pass[TSDB_KEY_LEN];
char acct[TSDB_USER_LEN];
int64_t createdTime;
int32_t authAllowTime;
int16_t authFailCount;
char superAuth : 1;
char writeAuth : 1;
char reserved[16];
char updateEnd[1];
int32_t authAllowTime;
int16_t authFailCount;
struct _user_obj *prev, *next;
} SUserObj;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册