Merge pull request #1001 from taosdata/feature/slguan
change function definition
This commit is contained in:
commit
b5e2d87c24
|
@ -419,7 +419,7 @@ int mgmtRetrieveVnodes(SShowObj *pShow, char *data, int rows, SConnObj *pConn);
|
|||
int mgmtInitBalance();
|
||||
void mgmtCleanupBalance();
|
||||
int mgmtAllocVnodes(SVgObj *pVgroup);
|
||||
void mgmtSetDnodeShellRemoving(SDnodeObj *pDnode);
|
||||
int mgmtSetDnodeShellRemoving(SDnodeObj *pDnode);
|
||||
void mgmtSetDnodeUnRemove(SDnodeObj *pDnode);
|
||||
void mgmtStartBalanceTimer(int64_t mseconds);
|
||||
void mgmtSetDnodeOfflineOnSdbChanged();
|
||||
|
|
Loading…
Reference in New Issue