This commit is contained in:
Hui Li 2020-06-19 11:33:49 +08:00
parent b1a560497a
commit 29f52213c1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {