Merge pull request #4565 from taosdata/fix/TD-2340
[TD-2340]<fix>: reserve field uint32_t crc for checksums
This commit is contained in:
commit
ad0b0eca42
|
@ -199,7 +199,8 @@ typedef struct {
|
||||||
} SMsgDesc;
|
} SMsgDesc;
|
||||||
|
|
||||||
typedef struct SMsgVersion {
|
typedef struct SMsgVersion {
|
||||||
char clientVersion[TSDB_VERSION_LEN];
|
char clientVersion[TSDB_VERSION_LEN];
|
||||||
|
uint32_t crc;
|
||||||
} SMsgVersion;
|
} SMsgVersion;
|
||||||
|
|
||||||
typedef struct SMsgHead {
|
typedef struct SMsgHead {
|
||||||
|
|
Loading…
Reference in New Issue