1
0
Fork 0

cppcheck warnings

This commit is contained in:
Kaveh Vahedipour 2016-04-21 11:28:58 +02:00
parent 1acb0cba6f
commit 87ee0c49d2
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
using namespace arangodb::consensus;
Supervision::Supervision() : arangodb::Thread("Supervision"), _agent(nullptr) {}
Supervision::Supervision() : arangodb::Thread("Supervision"), _agent(nullptr),
_frequency(5000000) {}
Supervision::~Supervision() {
shutdown();