From f685b6c34a94f76f5b71903f91bd7785f09628a0 Mon Sep 17 00:00:00 2001 From: kailixu Date: Wed, 13 Dec 2023 16:56:45 +0800 Subject: [PATCH] enh: reduce offset dependencies in lib --- source/dnode/mgmt/node_mgmt/inc/dmMgmt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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