Revert "[TD-2340]<fix>: reserve field uint32_t crc for checksums"
This commit is contained in:
parent
3e2467cd97
commit
1837098b44
|
@ -199,8 +199,7 @@ typedef struct {
|
|||
} SMsgDesc;
|
||||
|
||||
typedef struct SMsgVersion {
|
||||
char clientVersion[TSDB_VERSION_LEN];
|
||||
uint32_t crc;
|
||||
char clientVersion[TSDB_VERSION_LEN];
|
||||
} SMsgVersion;
|
||||
|
||||
typedef struct SMsgHead {
|
||||
|
|
Loading…
Reference in New Issue