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;
|
} 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