enh: reduce offset dependencies in lib

This commit is contained in:
kailixu 2023-12-13 16:56:45 +08:00
parent 8528fb7a15
commit f685b6c34a
1 changed files with 2 additions and 2 deletions

View File

@ -75,13 +75,13 @@ typedef struct SDnode {
bool stop; bool stop;
EDndRunStatus status; EDndRunStatus status;
SStartupInfo startup; SStartupInfo startup;
SDnodeTrans trans; SDnodeData data;
SUdfdData udfdData; SUdfdData udfdData;
TdThreadMutex mutex; TdThreadMutex mutex;
TdFilePtr lockfile; TdFilePtr lockfile;
SDnodeData data;
STfs *pTfs; STfs *pTfs;
SMgmtWrapper wrappers[NODE_END]; SMgmtWrapper wrappers[NODE_END];
SDnodeTrans trans;
} SDnode; } SDnode;
// dmEnv.c // dmEnv.c