diff --git a/src/mnode/inc/mgmtAcct.h b/src/mnode/inc/mgmtAcct.h index c5e14979de8359cc32e849efe5417ae2a52c6d66..3fde509ff24e6884243350eb3be9495db16ece55 100644 --- a/src/mnode/inc/mgmtAcct.h +++ b/src/mnode/inc/mgmtAcct.h @@ -20,7 +20,7 @@ extern "C" { #endif -#include "mgmt.h" +#include "mnode.h" int32_t mgmtCreateAcct(char *name, char *pass, SAcctCfg *pCfg); int32_t mgmtUpdateAcct(SAcctObj *pAcct); diff --git a/src/mnode/inc/mgmtBalance.h b/src/mnode/inc/mgmtBalance.h index 1e9060e5680aff38ec54eee7b8edd493e6f59733..655d0444de202dfb3a17a2db9d0cf33653e69759 100644 --- a/src/mnode/inc/mgmtBalance.h +++ b/src/mnode/inc/mgmtBalance.h @@ -21,7 +21,7 @@ extern "C" { #endif #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "tglobalcfg.h" #include "vnodeStatus.h" #include "ttime.h" diff --git a/src/mnode/inc/mgmtProfile.h b/src/mnode/inc/mgmtProfile.h index 38732c47930a8c4d4ab5a573e96dcd3380fba560..efc7b365c75ebd494634ece77166ee4050e41e2a 100644 --- a/src/mnode/inc/mgmtProfile.h +++ b/src/mnode/inc/mgmtProfile.h @@ -20,7 +20,7 @@ extern "C" { #endif -#include "mgmt.h" +#include "mnode.h" int mgmtGetQueryMeta(SMeterMeta *pMeta, SShowObj *pShow, SConnObj *pConn); diff --git a/src/mnode/src/mgmtAcct.c b/src/mnode/src/mgmtAcct.c index ba6155a606f5ecf0bfa72b1b14de79e319dc89fe..55360e287956a6742f415d99e53895c06c87b3df 100644 --- a/src/mnode/src/mgmtAcct.c +++ b/src/mnode/src/mgmtAcct.c @@ -15,7 +15,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtAcct.h" #include "tschemautil.h" diff --git a/src/mnode/src/mgmtConn.c b/src/mnode/src/mgmtConn.c index cc9265834bb81b702ca93d89113c712637a8e3b4..15cf297ae28835e92c151339b67b54ee58c6abd3 100644 --- a/src/mnode/src/mgmtConn.c +++ b/src/mnode/src/mgmtConn.c @@ -15,7 +15,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "taosmsg.h" #include "tschemautil.h" diff --git a/src/mnode/src/mgmtDb.c b/src/mnode/src/mgmtDb.c index af157d4d2f128b738a986cb0787f5b223a7f09a0..850ab1680dd3d4a1514fe77377be0a737f4c370e 100644 --- a/src/mnode/src/mgmtDb.c +++ b/src/mnode/src/mgmtDb.c @@ -16,7 +16,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtGrant.h" #include "mgmtBalance.h" #include "mgmtUtil.h" diff --git a/src/mnode/src/mgmtDnode.c b/src/mnode/src/mgmtDnode.c index c1e79e2f692ae34343a8fd8d5faf186f5cdb2e6a..49a0f2d45ab59a974b5a6105ee1e46c9aeeb44ad 100644 --- a/src/mnode/src/mgmtDnode.c +++ b/src/mnode/src/mgmtDnode.c @@ -18,7 +18,7 @@ #include "os.h" #include "dnodeSystem.h" -#include "mgmt.h" +#include "mnode.h" #include "tschemautil.h" #include "vnodeStatus.h" #include "dnodeModule.h" diff --git a/src/mnode/src/mgmtDnode.spec.c b/src/mnode/src/mgmtDnode.spec.c index 8ffa005e6227bafbb2ee2d67bd7472439845d189..b7460360aad8bc1d004bae050a776da832eccfbf 100644 --- a/src/mnode/src/mgmtDnode.spec.c +++ b/src/mnode/src/mgmtDnode.spec.c @@ -14,7 +14,7 @@ */ #define _DEFAULT_SOURCE -#include "mgmt.h" +#include "mnode.h" #include "vnodeStatus.h" #include "dnodeModule.h" diff --git a/src/mnode/src/mgmtDnodeInt.c b/src/mnode/src/mgmtDnodeInt.c index a1dae7738f8f0f32b6c22666e62aff89e13f2c16..2eeb959d305aacd3a31a4cafdb61073cb8f2e0d5 100644 --- a/src/mnode/src/mgmtDnodeInt.c +++ b/src/mnode/src/mgmtDnodeInt.c @@ -17,7 +17,7 @@ #include "os.h" #include "dnodeSystem.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtBalance.h" #include "tutil.h" diff --git a/src/mnode/src/mgmtDnodeInt.spec.c b/src/mnode/src/mgmtDnodeInt.spec.c index 2de08c795a5e7471531b5740c0d80d5bcc42191e..37d3583c0d09d5fb7917093325ac614caa520074 100644 --- a/src/mnode/src/mgmtDnodeInt.spec.c +++ b/src/mnode/src/mgmtDnodeInt.spec.c @@ -18,7 +18,7 @@ #include #include "dnodeSystem.h" -#include "mgmt.h" +#include "mnode.h" #include "tsched.h" #include "tutil.h" #include "vnode.h" diff --git a/src/mnode/src/mgmtGrant.c b/src/mnode/src/mgmtGrant.c index cf36edfeacab88309d46076c5e700eb5dc793e21..01202d98a02267a31bbbf40b0e8a30fda6e6df56 100644 --- a/src/mnode/src/mgmtGrant.c +++ b/src/mnode/src/mgmtGrant.c @@ -15,7 +15,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtAcct.h" #include "mgmtGrant.h" diff --git a/src/mnode/src/mgmtMeter.c b/src/mnode/src/mgmtMeter.c index e5c484fc2ed9b5a08bd8395d689f2b149cce584b..21b724f5868a2ce9881dcf37265dbe63ea415618 100644 --- a/src/mnode/src/mgmtMeter.c +++ b/src/mnode/src/mgmtMeter.c @@ -16,7 +16,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtAcct.h" #include "mgmtGrant.h" #include "mgmtUtil.h" diff --git a/src/mnode/src/mgmtMnode.spec.c b/src/mnode/src/mgmtMnode.spec.c index e24f38adf25e3cb7ba1d551416399683a6df50dc..d32639823be88c1db33f1a70a4b0154441163402 100644 --- a/src/mnode/src/mgmtMnode.spec.c +++ b/src/mnode/src/mgmtMnode.spec.c @@ -14,7 +14,7 @@ */ #define _DEFAULT_SOURCE -#include "mgmt.h" +#include "mnode.h" int mgmtGetMnodeMeta(SMeterMeta *pMeta, SShowObj *pShow, SConnObj *pConn) { return TSDB_CODE_OPS_NOT_SUPPORT; } diff --git a/src/mnode/src/mgmtProfile.c b/src/mnode/src/mgmtProfile.c index c1cd98952311f4cda6bf97cf2448de244299c8b8..e58d7f5a52d2c674c35eed018cb8333ae09fb54f 100644 --- a/src/mnode/src/mgmtProfile.c +++ b/src/mnode/src/mgmtProfile.c @@ -16,7 +16,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtProfile.h" #include "taosmsg.h" #include "tschemautil.h" diff --git a/src/mnode/src/mgmtShell.c b/src/mnode/src/mgmtShell.c index 14814ce0d99300823f2cac5d798e8b511d7afd5a..6a115dbf7d5cee0b0891824fd203f6d9611349bd 100644 --- a/src/mnode/src/mgmtShell.c +++ b/src/mnode/src/mgmtShell.c @@ -17,7 +17,7 @@ #include "os.h" #include "dnodeSystem.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtGrant.h" #include "mgmtProfile.h" #include "taosmsg.h" diff --git a/src/mnode/src/mgmtShell.spec.c b/src/mnode/src/mgmtShell.spec.c index a1d8e6a34a4e2cc2d7df7c1acc6cdf75a796fc1a..5d7786ccd363fba58a480824485c402ad2405096 100644 --- a/src/mnode/src/mgmtShell.spec.c +++ b/src/mnode/src/mgmtShell.spec.c @@ -15,7 +15,7 @@ #define _DEFAULT_SOURCE #include -#include "mgmt.h" +#include "mnode.h" int mgmtCheckRedirectMsg(SConnObj *pConn, int msgType) { return 0; } diff --git a/src/mnode/src/mgmtSupertableQuery.c b/src/mnode/src/mgmtSupertableQuery.c index 1b7ae66e6d5b01dd15e0dc26d91a03e37a2e29ab..7481127864d2b6973c7efb45edd81bd51370a45a 100644 --- a/src/mnode/src/mgmtSupertableQuery.c +++ b/src/mnode/src/mgmtSupertableQuery.c @@ -16,7 +16,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtUtil.h" #include "textbuffer.h" #include "tschemautil.h" diff --git a/src/mnode/src/mgmtSystem.c b/src/mnode/src/mgmtSystem.c index 85f85c65e8a895e050654a5f3ee1b00797e2da5e..ec1fbcb3cedbd6cbb4af1d332eddb38d0638c58c 100644 --- a/src/mnode/src/mgmtSystem.c +++ b/src/mnode/src/mgmtSystem.c @@ -17,7 +17,7 @@ #include "os.h" #include "dnodeSystem.h" -#include "mgmt.h" +#include "mnode.h" #include "tsdb.h" #include "mgmtSystem.h" #include "dnodeModule.h" diff --git a/src/mnode/src/mgmtSystem.spec.c b/src/mnode/src/mgmtSystem.spec.c index 05f80ba54ece8a4155499a99ce5d8eeba100742b..17a089243656d88b9833bf4158eb71cb80fcf9da 100644 --- a/src/mnode/src/mgmtSystem.spec.c +++ b/src/mnode/src/mgmtSystem.spec.c @@ -17,7 +17,7 @@ #include #include "dnodeSystem.h" -#include "mgmt.h" +#include "mnode.h" extern void *mgmtTmr; extern void *mgmtStatusTimer; diff --git a/src/mnode/src/mgmtUser.c b/src/mnode/src/mgmtUser.c index 71ef05eb521fae8e138c4dd9f2c1f08ed398d34a..dd97d7b377800cee24e9a4f4fa6bd65033128eaa 100644 --- a/src/mnode/src/mgmtUser.c +++ b/src/mnode/src/mgmtUser.c @@ -16,7 +16,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtGrant.h" #include "mgmtAcct.h" #include "tschemautil.h" diff --git a/src/mnode/src/mgmtUtil.c b/src/mnode/src/mgmtUtil.c index 98978767ce73b957a12bebbc945f606bad8ec086..f686866fbcb50e21d0f81b10c629c64fecb06fe5 100644 --- a/src/mnode/src/mgmtUtil.c +++ b/src/mnode/src/mgmtUtil.c @@ -16,7 +16,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "mgmtUtil.h" #include "textbuffer.h" #include "tschemautil.h" diff --git a/src/mnode/src/mgmtVgroup.c b/src/mnode/src/mgmtVgroup.c index 15a5fe808b44c5cc3f94f06bb691a11aa8998122..fcd12d15d8c33c087deed5c86c9fdeaef8e8cf1f 100644 --- a/src/mnode/src/mgmtVgroup.c +++ b/src/mnode/src/mgmtVgroup.c @@ -16,7 +16,7 @@ #define _DEFAULT_SOURCE #include "os.h" -#include "mgmt.h" +#include "mnode.h" #include "tschemautil.h" #include "tlog.h" #include "vnodeStatus.h"