Commit f13e054a authored by aligungr's avatar aligungr

UE/gNB executable refactor

parent d9bfa152
......@@ -15,8 +15,8 @@ template <typename TKey, typename TValue>
class ConcurrentMap
{
private:
mutable std::recursive_mutex m_mutex{};
std::unordered_map<TKey, TValue> m_map{};
mutable std::recursive_mutex m_mutex{};
public:
ConcurrentMap() = default;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment