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

rename from mgmt.h to mnode.h

上级 75457192
......@@ -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);
......
......@@ -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"
......
......@@ -20,7 +20,7 @@
extern "C" {
#endif
#include "mgmt.h"
#include "mnode.h"
int mgmtGetQueryMeta(SMeterMeta *pMeta, SShowObj *pShow, SConnObj *pConn);
......
......@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mgmt.h"
#include "mnode.h"
#include "mgmtAcct.h"
#include "tschemautil.h"
......
......@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mgmt.h"
#include "mnode.h"
#include "taosmsg.h"
#include "tschemautil.h"
......
......@@ -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"
......
......@@ -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"
......
......@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "mgmt.h"
#include "mnode.h"
#include "vnodeStatus.h"
#include "dnodeModule.h"
......
......@@ -17,7 +17,7 @@
#include "os.h"
#include "dnodeSystem.h"
#include "mgmt.h"
#include "mnode.h"
#include "mgmtBalance.h"
#include "tutil.h"
......
......@@ -18,7 +18,7 @@
#include <endian.h>
#include "dnodeSystem.h"
#include "mgmt.h"
#include "mnode.h"
#include "tsched.h"
#include "tutil.h"
#include "vnode.h"
......
......@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mgmt.h"
#include "mnode.h"
#include "mgmtAcct.h"
#include "mgmtGrant.h"
......
......@@ -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"
......
......@@ -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; }
......
......@@ -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"
......
......@@ -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"
......
......@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include <arpa/inet.h>
#include "mgmt.h"
#include "mnode.h"
int mgmtCheckRedirectMsg(SConnObj *pConn, int msgType) { return 0; }
......
......@@ -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"
......
......@@ -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"
......
......@@ -17,7 +17,7 @@
#include <arpa/inet.h>
#include "dnodeSystem.h"
#include "mgmt.h"
#include "mnode.h"
extern void *mgmtTmr;
extern void *mgmtStatusTimer;
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册