mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-27 10:22:33 +00:00
Adding time point recording.
This commit is contained in:
@@ -15,7 +15,6 @@ namespace OpenWifi {
|
||||
|
||||
inline uint64_t Add(const std::string &ssid) {
|
||||
std::lock_guard G(Mutex_);
|
||||
std::cout << "Adding SSID: " << ssid << std::endl;
|
||||
auto it = Dict_.find(ssid);
|
||||
if (it == end(Dict_)) {
|
||||
auto Id = Index_++;
|
||||
|
||||
Reference in New Issue
Block a user