[TD-2340]<fix>: reserve field uint32_t crc for checksums

This commit is contained in:
Ping Xiao 2020-12-14 17:26:01 +08:00
parent 09d119fad9
commit d066bebcfd
1 changed files with 2 additions and 1 deletions

View File

@ -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 {