From 33fe9fa25ef1aa2793c364a606ca3ed9e0fae7e7 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Tue, 15 Mar 2022 10:48:56 +0800 Subject: [PATCH] rename --- source/dnode/mgmt/dnode/inc/{dmHandle.h => dmMsg.h} | 6 +++--- source/dnode/mgmt/dnode/src/{dmHandle.c => dmMsg.c} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename source/dnode/mgmt/dnode/inc/{dmHandle.h => dmMsg.h} (91%) rename source/dnode/mgmt/dnode/src/{dmHandle.c => dmMsg.c} (100%) diff --git a/source/dnode/mgmt/dnode/inc/dmHandle.h b/source/dnode/mgmt/dnode/inc/dmMsg.h similarity index 91% rename from source/dnode/mgmt/dnode/inc/dmHandle.h rename to source/dnode/mgmt/dnode/inc/dmMsg.h index cba18b322e..3877d03c96 100644 --- a/source/dnode/mgmt/dnode/inc/dmHandle.h +++ b/source/dnode/mgmt/dnode/inc/dmMsg.h @@ -13,8 +13,8 @@ * along with this program. If not, see . */ -#ifndef _TD_DND_DNODE_HADNLE_H_ -#define _TD_DND_DNODE_HADNLE_H_ +#ifndef _TD_DND_DNODE_MSG_H_ +#define _TD_DND_DNODE_MSG_H_ #include "dmInt.h" @@ -34,4 +34,4 @@ void dmProcessGrantRsp(SDnode *pDnode, SRpcMsg *pRsp); } #endif -#endif /*_TD_DND_DNODE_HADNLE_H_*/ \ No newline at end of file +#endif /*_TD_DND_DNODE_MSG_H_*/ \ No newline at end of file diff --git a/source/dnode/mgmt/dnode/src/dmHandle.c b/source/dnode/mgmt/dnode/src/dmMsg.c similarity index 100% rename from source/dnode/mgmt/dnode/src/dmHandle.c rename to source/dnode/mgmt/dnode/src/dmMsg.c -- GitLab