Deauth expiring members right away.
This commit is contained in:
parent
0cf62d334d
commit
663e748b8d
3 changed files with 16 additions and 11 deletions
|
@ -60,8 +60,8 @@ public:
|
|||
_dbs.push_back(db);
|
||||
}
|
||||
|
||||
std::set< std::pair<uint64_t, uint64_t> > membersExpiringSoon();
|
||||
void memberExpiring(int64_t expTime, uint64_t nwid, uint64_t memberId);
|
||||
void membersExpiring(std::set< std::pair<uint64_t, uint64_t> > &soon, std::set< std::pair<uint64_t, uint64_t> > &expired);
|
||||
void memberWillExpire(int64_t expTime, uint64_t nwid, uint64_t memberId);
|
||||
|
||||
private:
|
||||
DB::ChangeListener *const _listener;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue