mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
[traffic] Defer TrafficManager startup until MWMs are first updated
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -465,6 +465,11 @@ private:
|
||||
// which allows a client to make conditional requests.
|
||||
std::map<MwmSet::MwmId, std::string> m_trafficETags;
|
||||
|
||||
/**
|
||||
* Whether the traffic manager should begin receiving information.
|
||||
*/
|
||||
std::atomic<bool> m_isStarted;
|
||||
|
||||
std::atomic<bool> m_isPaused;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user