From 9c1827f93dff3687da7465c4393c0c2aee6f5a36 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Fri, 10 Dec 2021 15:21:34 +0800 Subject: [PATCH] TD-10431 rename file --- source/dnode/mnode/impl/inc/{mndStable.h => mndStb.h} | 6 +++--- source/dnode/mnode/impl/src/{mndStable.c => mndStb.c} | 2 +- source/dnode/mnode/impl/src/mnode.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename source/dnode/mnode/impl/inc/{mndStable.h => mndStb.h} (90%) rename source/dnode/mnode/impl/src/{mndStable.c => mndStb.c} (99%) diff --git a/source/dnode/mnode/impl/inc/mndStable.h b/source/dnode/mnode/impl/inc/mndStb.h similarity index 90% rename from source/dnode/mnode/impl/inc/mndStable.h rename to source/dnode/mnode/impl/inc/mndStb.h index 71d9483044..58cae73c7f 100644 --- a/source/dnode/mnode/impl/inc/mndStable.h +++ b/source/dnode/mnode/impl/inc/mndStb.h @@ -13,8 +13,8 @@ * along with this program. If not, see . */ -#ifndef _TD_MND_STABLE_H_ -#define _TD_MND_STABLE_H_ +#ifndef _TD_MND_STB_H_ +#define _TD_MND_STB_H_ #include "mndInt.h" @@ -29,4 +29,4 @@ void mndCleanupStb(SMnode *pMnode); } #endif -#endif /*_TD_MND_STABLE_H_*/ +#endif /*_TD_MND_STB_H_*/ diff --git a/source/dnode/mnode/impl/src/mndStable.c b/source/dnode/mnode/impl/src/mndStb.c similarity index 99% rename from source/dnode/mnode/impl/src/mndStable.c rename to source/dnode/mnode/impl/src/mndStb.c index aaa44a14c1..9f9308b2fa 100644 --- a/source/dnode/mnode/impl/src/mndStable.c +++ b/source/dnode/mnode/impl/src/mndStb.c @@ -14,7 +14,7 @@ */ #define _DEFAULT_SOURCE -#include "mndStable.h" +#include "mndStb.h" #include "mndDb.h" #include "mndDnode.h" #include "mndMnode.h" diff --git a/source/dnode/mnode/impl/src/mnode.c b/source/dnode/mnode/impl/src/mnode.c index a13c0bb5af..c9310809d8 100644 --- a/source/dnode/mnode/impl/src/mnode.c +++ b/source/dnode/mnode/impl/src/mnode.c @@ -24,7 +24,7 @@ #include "mndMnode.h" #include "mndProfile.h" #include "mndShow.h" -#include "mndStable.h" +#include "mndStb.h" #include "mndSync.h" #include "mndTelem.h" #include "mndTrans.h"