summaryrefslogtreecommitdiff
path: root/controller/FileDB.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <[email protected]>2019-08-04 19:55:52 -0700
committerAdam Ierymenko <[email protected]>2019-08-04 19:55:52 -0700
commita77b4ecddb43cd8581c7ebaeb8fcc9b5dac10573 (patch)
treea594e06141299d32a4da746c6d5c214fb484100d /controller/FileDB.hpp
parent818b7e4a2e35adfc241aed38e90b34580e6b5d9d (diff)
Add optional function in DB change listener for member online events.
Diffstat (limited to 'controller/FileDB.hpp')
-rw-r--r--controller/FileDB.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller/FileDB.hpp b/controller/FileDB.hpp
index 5d55d0a4..33efb725 100644
--- a/controller/FileDB.hpp
+++ b/controller/FileDB.hpp
@@ -51,7 +51,6 @@ protected:
std::thread _onlineUpdateThread;
std::map< uint64_t,std::map<uint64_t,std::map<int64_t,InetAddress> > > _online;
std::mutex _online_l;
- bool _onlineChanged;
bool _running;
};