mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-27 02:22:21 +00:00
Initial commit
This commit is contained in:
@@ -41,7 +41,7 @@ namespace OpenWifi {
|
||||
}
|
||||
}
|
||||
|
||||
void VenueWatcher::SetSerialNumbers(const std::vector<uint64_t> &SerialNumbers) {
|
||||
void VenueWatcher::ModifySerialNumbers(const std::vector<uint64_t> &SerialNumbers) {
|
||||
std::lock_guard G(Mutex_);
|
||||
|
||||
std::vector<uint64_t> Diff;
|
||||
|
||||
@@ -42,7 +42,7 @@ namespace OpenWifi {
|
||||
|
||||
void run() final;
|
||||
inline Poco::Logger & Logger() { return Logger_; }
|
||||
void SetSerialNumbers(const std::vector<uint64_t> &SerialNumbers);
|
||||
void ModifySerialNumbers(const std::vector<uint64_t> &SerialNumbers);
|
||||
|
||||
private:
|
||||
std::recursive_mutex Mutex_;
|
||||
|
||||
Reference in New Issue
Block a user