Adding time point recording.

This commit is contained in:
stephb9959
2022-03-18 11:18:02 -07:00
parent d3cb853f08
commit b77e600ab3

View File

@@ -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_++;