1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-1222 - improved the waitforsystemactive function

This commit is contained in:
david hill
2018-03-15 09:41:44 -05:00
parent 819c69c99c
commit 5b69477343
4 changed files with 105 additions and 71 deletions

View File

@ -2481,6 +2481,10 @@ namespace oam
bool checkSystemRunning();
/** @brief wait for system to be active
*/
EXPORT void waitForActive();
private:
int sendMsgToProcMgr3(messageqcpp::ByteStream::byte requestType, alarmmanager::AlarmList& alarmlist, const std::string date);