From 1837098b44affd0988ec9ccc91667f7e45d96914 Mon Sep 17 00:00:00 2001 From: Minglei Jin <49711132+stephenkgu@users.noreply.github.com> Date: Fri, 18 Dec 2020 10:57:04 +0800 Subject: [PATCH] Revert "[TD-2340]: reserve field uint32_t crc for checksums" --- src/inc/taosmsg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/inc/taosmsg.h b/src/inc/taosmsg.h index b0c7c0895f..bf7fe7cf99 100644 --- a/src/inc/taosmsg.h +++ b/src/inc/taosmsg.h @@ -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 { -- GitLab