diff --git a/source/dnode/mgmt/node_mgmt/inc/dmMgmt.h b/source/dnode/mgmt/node_mgmt/inc/dmMgmt.h index 36097438a2..6bb6310957 100644 --- a/source/dnode/mgmt/node_mgmt/inc/dmMgmt.h +++ b/source/dnode/mgmt/node_mgmt/inc/dmMgmt.h @@ -75,13 +75,13 @@ typedef struct SDnode { bool stop; EDndRunStatus status; SStartupInfo startup; - SDnodeTrans trans; + SDnodeData data; SUdfdData udfdData; TdThreadMutex mutex; TdFilePtr lockfile; - SDnodeData data; STfs *pTfs; SMgmtWrapper wrappers[NODE_END]; + SDnodeTrans trans; } SDnode; // dmEnv.c