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();
|
int mgmtInitBalance();
|
||||||
void mgmtCleanupBalance();
|
void mgmtCleanupBalance();
|
||||||
int mgmtAllocVnodes(SVgObj *pVgroup);
|
int mgmtAllocVnodes(SVgObj *pVgroup);
|
||||||
void mgmtSetDnodeShellRemoving(SDnodeObj *pDnode);
|
int mgmtSetDnodeShellRemoving(SDnodeObj *pDnode);
|
||||||
void mgmtSetDnodeUnRemove(SDnodeObj *pDnode);
|
void mgmtSetDnodeUnRemove(SDnodeObj *pDnode);
|
||||||
void mgmtStartBalanceTimer(int64_t mseconds);
|
void mgmtStartBalanceTimer(int64_t mseconds);
|
||||||
void mgmtSetDnodeOfflineOnSdbChanged();
|
void mgmtSetDnodeOfflineOnSdbChanged();
|
||||||
|
|
Loading…
Reference in New Issue