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;
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