TD-2270 rename files

This commit is contained in:
Shengliang Guan 2020-12-03 13:02:06 +08:00
parent ca87041503
commit b39b84e6d8
4 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#include "bnMain.h"
#include "bnInt.h"
void bnInitDnodes();
void bnCleanupDnodes();

View File

@ -19,7 +19,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#include "bnMain.h"
#include "bnInt.h"
int32_t bnInitThread();
void bnCleanupThread();

View File

@ -33,7 +33,7 @@
#include "mnodeUser.h"
#include "mnodeVgroup.h"
#include "bnMain.h"
#include "bnInt.h"
#include "bnScore.h"
#include "bnThread.h"