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 cba18b322e8e7c76b824e335ce29164cb1d5701f..3877d03c96dedb6f7d3947e0ce30953c5be66ad4 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