From 29f52213c106fb150abc297fc192a083474e6c0b Mon Sep 17 00:00:00 2001 From: Hui Li Date: Fri, 19 Jun 2020 11:33:49 +0800 Subject: [PATCH] [TD-682] --- src/mnode/inc/mnodeDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mnode/inc/mnodeDef.h b/src/mnode/inc/mnodeDef.h index 937e5d6655..3d83e18216 100644 --- a/src/mnode/inc/mnodeDef.h +++ b/src/mnode/inc/mnodeDef.h @@ -33,7 +33,7 @@ struct SMnodeObj; struct define notes: 1. The first field must be the xxxxId field or name field , e.g. 'int32_t dnodeId', 'int32_t mnodeId', 'char name[]', 'char user[]', ... 2. From the dnodeId field to the updataEnd field, these information will be falled disc; -3. The fields behind the updataEnd field are changing; +3. The fields behind the updataEnd field can be changed; */ typedef struct SDnodeObj { -- GitLab