More work on controller for new Central harnessed mode, remove old http mode.
This commit is contained in:
parent
23fe8975e7
commit
50e7ea088b
4 changed files with 106 additions and 155 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue