diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-08-16 14:14:49 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-08-16 14:14:49 -0700 |
commit | 50e7ea088b16314c8ad9d10757204c966155f157 (patch) | |
tree | 499fef9a02cbb12ac90a64ffb02152ed3d27f991 /controller/EmbeddedNetworkController.hpp | |
parent | 23fe8975e722ec0141be9c9bea9437b59e6088fa (diff) | |
download | infinitytier-50e7ea088b16314c8ad9d10757204c966155f157.tar.gz infinitytier-50e7ea088b16314c8ad9d10757204c966155f157.zip |
More work on controller for new Central harnessed mode, remove old http mode.
Diffstat (limited to 'controller/EmbeddedNetworkController.hpp')
-rw-r--r-- | controller/EmbeddedNetworkController.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/controller/EmbeddedNetworkController.hpp b/controller/EmbeddedNetworkController.hpp index 590a8b48..6200e910 100644 --- a/controller/EmbeddedNetworkController.hpp +++ b/controller/EmbeddedNetworkController.hpp @@ -93,6 +93,10 @@ public: void handleRemoteTrace(const ZT_RemoteTrace &rt); + // Called by JSONDB when networks and network members are changed + void onNetworkUpdate(const uint64_t networkId); + void onNetworkMemberUpdate(const uint64_t networkId,const uint64_t memberId); + void threadMain() throw(); |