enh: reduce offset dependencies in lib
This commit is contained in:
parent
8528fb7a15
commit
f685b6c34a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue