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"