提交 53ef820c 编写于 作者: S slguan

rename from mgmt.h to mnode.h

上级 75457192
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
extern "C" { extern "C" {
#endif #endif
#include "mgmt.h" #include "mnode.h"
int32_t mgmtCreateAcct(char *name, char *pass, SAcctCfg *pCfg); int32_t mgmtCreateAcct(char *name, char *pass, SAcctCfg *pCfg);
int32_t mgmtUpdateAcct(SAcctObj *pAcct); int32_t mgmtUpdateAcct(SAcctObj *pAcct);
......
...@@ -21,7 +21,7 @@ extern "C" { ...@@ -21,7 +21,7 @@ extern "C" {
#endif #endif
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "tglobalcfg.h" #include "tglobalcfg.h"
#include "vnodeStatus.h" #include "vnodeStatus.h"
#include "ttime.h" #include "ttime.h"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
extern "C" { extern "C" {
#endif #endif
#include "mgmt.h" #include "mnode.h"
int mgmtGetQueryMeta(SMeterMeta *pMeta, SShowObj *pShow, SConnObj *pConn); int mgmtGetQueryMeta(SMeterMeta *pMeta, SShowObj *pShow, SConnObj *pConn);
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtAcct.h" #include "mgmtAcct.h"
#include "tschemautil.h" #include "tschemautil.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "taosmsg.h" #include "taosmsg.h"
#include "tschemautil.h" #include "tschemautil.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtGrant.h" #include "mgmtGrant.h"
#include "mgmtBalance.h" #include "mgmtBalance.h"
#include "mgmtUtil.h" #include "mgmtUtil.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "os.h" #include "os.h"
#include "dnodeSystem.h" #include "dnodeSystem.h"
#include "mgmt.h" #include "mnode.h"
#include "tschemautil.h" #include "tschemautil.h"
#include "vnodeStatus.h" #include "vnodeStatus.h"
#include "dnodeModule.h" #include "dnodeModule.h"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
*/ */
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "mgmt.h" #include "mnode.h"
#include "vnodeStatus.h" #include "vnodeStatus.h"
#include "dnodeModule.h" #include "dnodeModule.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include "os.h" #include "os.h"
#include "dnodeSystem.h" #include "dnodeSystem.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtBalance.h" #include "mgmtBalance.h"
#include "tutil.h" #include "tutil.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <endian.h> #include <endian.h>
#include "dnodeSystem.h" #include "dnodeSystem.h"
#include "mgmt.h" #include "mnode.h"
#include "tsched.h" #include "tsched.h"
#include "tutil.h" #include "tutil.h"
#include "vnode.h" #include "vnode.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtAcct.h" #include "mgmtAcct.h"
#include "mgmtGrant.h" #include "mgmtGrant.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtAcct.h" #include "mgmtAcct.h"
#include "mgmtGrant.h" #include "mgmtGrant.h"
#include "mgmtUtil.h" #include "mgmtUtil.h"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
*/ */
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "mgmt.h" #include "mnode.h"
int mgmtGetMnodeMeta(SMeterMeta *pMeta, SShowObj *pShow, SConnObj *pConn) { return TSDB_CODE_OPS_NOT_SUPPORT; } int mgmtGetMnodeMeta(SMeterMeta *pMeta, SShowObj *pShow, SConnObj *pConn) { return TSDB_CODE_OPS_NOT_SUPPORT; }
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtProfile.h" #include "mgmtProfile.h"
#include "taosmsg.h" #include "taosmsg.h"
#include "tschemautil.h" #include "tschemautil.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include "os.h" #include "os.h"
#include "dnodeSystem.h" #include "dnodeSystem.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtGrant.h" #include "mgmtGrant.h"
#include "mgmtProfile.h" #include "mgmtProfile.h"
#include "taosmsg.h" #include "taosmsg.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include <arpa/inet.h> #include <arpa/inet.h>
#include "mgmt.h" #include "mnode.h"
int mgmtCheckRedirectMsg(SConnObj *pConn, int msgType) { return 0; } int mgmtCheckRedirectMsg(SConnObj *pConn, int msgType) { return 0; }
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtUtil.h" #include "mgmtUtil.h"
#include "textbuffer.h" #include "textbuffer.h"
#include "tschemautil.h" #include "tschemautil.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include "os.h" #include "os.h"
#include "dnodeSystem.h" #include "dnodeSystem.h"
#include "mgmt.h" #include "mnode.h"
#include "tsdb.h" #include "tsdb.h"
#include "mgmtSystem.h" #include "mgmtSystem.h"
#include "dnodeModule.h" #include "dnodeModule.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include "dnodeSystem.h" #include "dnodeSystem.h"
#include "mgmt.h" #include "mnode.h"
extern void *mgmtTmr; extern void *mgmtTmr;
extern void *mgmtStatusTimer; extern void *mgmtStatusTimer;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtGrant.h" #include "mgmtGrant.h"
#include "mgmtAcct.h" #include "mgmtAcct.h"
#include "tschemautil.h" #include "tschemautil.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "mgmtUtil.h" #include "mgmtUtil.h"
#include "textbuffer.h" #include "textbuffer.h"
#include "tschemautil.h" #include "tschemautil.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include "os.h" #include "os.h"
#include "mgmt.h" #include "mnode.h"
#include "tschemautil.h" #include "tschemautil.h"
#include "tlog.h" #include "tlog.h"
#include "vnodeStatus.h" #include "vnodeStatus.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册