未验证 提交 ad0b0eca 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #4565 from taosdata/fix/TD-2340

[TD-2340]<fix>: reserve field uint32_t crc for checksums
......@@ -199,7 +199,8 @@ typedef struct {
} SMsgDesc;
typedef struct SMsgVersion {
char clientVersion[TSDB_VERSION_LEN];
char clientVersion[TSDB_VERSION_LEN];
uint32_t crc;
} SMsgVersion;
typedef struct SMsgHead {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册