1
0
Fork 0

introducing cluster sanity checking to agency

This commit is contained in:
Kaveh Vahedipour 2016-04-12 11:04:37 +02:00
parent b7c2a03558
commit 9a608f3037
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ using namespace arangodb::consensus;
SanityCheck::SanityCheck() : arangodb::Thread("SanityCheck"), _agent(nullptr) {}
SanityCheck::~SanityCheck() {};
SanityCheck::~SanityCheck() {
shutdown();
};
void SanityCheck::wakeUp () {
_cv.signal();