mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-11-22 17:24:54 +00:00
Adding WifiClientHistory.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "StateReceiver.h"
|
||||
#include "DeviceStatusReceiver.h"
|
||||
#include "HealthReceiver.h"
|
||||
#include "WifiClientCache.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
class Daemon *Daemon::instance_ = nullptr;
|
||||
@@ -32,7 +33,8 @@ namespace OpenWifi {
|
||||
StateReceiver(),
|
||||
DeviceStatusReceiver(),
|
||||
HealthReceiver(),
|
||||
VenueCoordinator()
|
||||
VenueCoordinator(),
|
||||
WifiClientCache()
|
||||
});
|
||||
}
|
||||
return instance_;
|
||||
|
||||
Reference in New Issue
Block a user