Add optional function in DB change listener for member online events.
This commit is contained in:
parent
818b7e4a2e
commit
a77b4ecddb
5 changed files with 38 additions and 21 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
virtual void onNetworkUpdate(uint64_t networkId,const nlohmann::json &network) {}
|
||||
virtual void onNetworkMemberUpdate(uint64_t networkId,uint64_t memberId,const nlohmann::json &member) {}
|
||||
virtual void onNetworkMemberDeauthorize(uint64_t networkId,uint64_t memberId) {}
|
||||
virtual void onNetworkMemberOnline(uint64_t networkId,uint64_t memberId,const InetAddress &physicalAddress) {}
|
||||
};
|
||||
|
||||
struct NetworkSummaryInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue