[TD-682]
This commit is contained in:
parent
b1a560497a
commit
29f52213c1
|
@ -33,7 +33,7 @@ struct SMnodeObj;
|
||||||
struct define notes:
|
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[]', ...
|
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;
|
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 {
|
typedef struct SDnodeObj {
|
||||||
|
|
Loading…
Reference in New Issue