rename files

This commit is contained in:
Shengliang Guan 2021-11-27 22:56:18 +08:00
parent 5cebfe33f4
commit ad361ee1df
37 changed files with 54 additions and 54 deletions

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_ACCT_H_
#define _TD_MNODE_ACCT_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_AUTH_H_
#define _TD_MNODE_AUTH_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_BALANCE_H_
#define _TD_MNODE_BALANCE_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_CLUSTER_H_
#define _TD_MNODE_CLUSTER_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_DATABASE_H_
#define _TD_MNODE_DATABASE_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_DNODE_H_
#define _TD_MNODE_DNODE_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_FUNC_H_
#define _TD_MNODE_FUNC_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_INT_H_
#define _TD_MNODE_INT_H_
#include "mnodeDef.h"
#include "mndDef.h"
#include "sdb.h"
#include "tstep.h"

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_MNODE_H_
#define _TD_MNODE_MNODE_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_PROFILE_H_
#define _TD_MNODE_PROFILE_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_SHOW_H_
#define _TD_MNODE_SHOW_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_STABLE_H_
#define _TD_MNODE_STABLE_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_SYNC_H_
#define _TD_MNODE_SYNC_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -19,7 +19,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitTelem();
void mnodeCleanupTelem();

View File

@ -16,7 +16,7 @@
#ifndef _TD_TRANSACTION_INT_H_
#define _TD_TRANSACTION_INT_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_USER_H_
#define _TD_MNODE_USER_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -16,7 +16,7 @@
#ifndef _TD_MNODE_VGROUP_H_
#define _TD_MNODE_VGROUP_H_
#include "mnodeInt.h"
#include "mndInt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "mnodeInt.h"
#include "mndInt.h"
#define SDB_ACCT_VER 1

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeAuth.h"
#include "mndAuth.h"
int32_t mnodeInitAuth() { return 0; }
void mnodeCleanupAuth() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitBalance() { return 0; }
void mnodeCleanupBalance() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitCluster() { return 0; }
void mnodeCleanupCluster() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitDb() { return 0; }
void mnodeCleanupDb() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitDnode() { return 0; }
void mnodeCleanupDnode() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitFunc() { return 0; }
void mnodeCleanupFunc() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitMnode() { return 0; }
void mnodeCleanupMnode() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitOper() { return 0; }
void mnodeCleanupOper() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitProfile() { return 0; }
void mnodeCleanupProfile() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitShow() { return 0; }
void mnodeCleanUpShow() {}

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitStable() { return 0; }
void mnodeCleanupStable() {}

View File

@ -15,8 +15,8 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mnodeTrans.h"
#include "mndInt.h"
#include "mndTrans.h"
int32_t mnodeInitSync() { return 0; }
void mnodeCleanUpSync() {}

View File

@ -14,10 +14,10 @@
*/
#define _DEFAULT_SOURCE
#include "mnodeTelem.h"
#include "mndTelem.h"
#include "tbuffer.h"
#include "tglobal.h"
#include "mnodeSync.h"
#include "mndSync.h"
#define TELEMETRY_SERVER "telemetry.taosdata.com"
#define TELEMETRY_PORT 80

View File

@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "mnodeTrans.h"
#include "mndTrans.h"
#include "trpc.h"
#define SDB_TRANS_VER 1

View File

@ -14,11 +14,11 @@
*/
#define _DEFAULT_SOURCE
#include "mnodeSync.h"
#include "mndSync.h"
#include "os.h"
#include "tglobal.h"
#include "tkey.h"
#include "mnodeTrans.h"
#include "mndTrans.h"
#define SDB_USER_VER 1

View File

@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "mnodeInt.h"
#include "mndInt.h"
int32_t mnodeInitVgroup() { return 0; }
void mnodeCleanupVgroup() {}

View File

@ -17,23 +17,23 @@
#include "os.h"
#include "tglobal.h"
#include "tqueue.h"
#include "mnodeAcct.h"
#include "mnodeAuth.h"
#include "mnodeBalance.h"
#include "mnodeCluster.h"
#include "mnodeDb.h"
#include "mnodeDnode.h"
#include "mnodeFunc.h"
#include "mnodeMnode.h"
#include "mnodeOper.h"
#include "mnodeProfile.h"
#include "mnodeShow.h"
#include "mnodeStable.h"
#include "mnodeSync.h"
#include "mnodeTelem.h"
#include "mnodeTrans.h"
#include "mnodeUser.h"
#include "mnodeVgroup.h"
#include "mndAcct.h"
#include "mndAuth.h"
#include "mndBalance.h"
#include "mndCluster.h"
#include "mndDb.h"
#include "mndDnode.h"
#include "mndFunc.h"
#include "mndMnode.h"
#include "mndOper.h"
#include "mndProfile.h"
#include "mndShow.h"
#include "mndStable.h"
#include "mndSync.h"
#include "mndTelem.h"
#include "mndTrans.h"
#include "mndUser.h"
#include "mndVgroup.h"
SMnodeBak tsMint = {0};