From d066bebcfdab0d69b6e687a695a801932e13136e Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Mon, 14 Dec 2020 17:26:01 +0800 Subject: [PATCH] [TD-2340]: reserve field uint32_t crc for checksums --- src/inc/taosmsg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/inc/taosmsg.h b/src/inc/taosmsg.h index a429ba3271..7e629ab08a 100644 --- a/src/inc/taosmsg.h +++ b/src/inc/taosmsg.h @@ -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 { -- GitLab