[traffic] Documentation and comments

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-07 16:41:22 +03:00
parent ae5dea4a53
commit 8cffe8fa64
2 changed files with 6 additions and 0 deletions

View File

@@ -600,6 +600,11 @@ private:
std::vector<MwmSet::MwmId> m_requestedMwms;
#endif
/**
* @brief Mutex for access to shared members.
*
* Threads which access shared members (see documentation) must lock this mutex while doing so.
*/
std::mutex m_mutex;
/**