Commit fe3273e8 authored by Prateek Mishra's avatar Prateek Mishra

Re-added "m_amf_event_subscriptions" in amf_app.hpp

parent 0b6d4f20
...@@ -74,6 +74,8 @@ class amf_app { ...@@ -74,6 +74,8 @@ class amf_app {
std::pair<evsub_id_t, amf_event_t>, std::shared_ptr<amf_subscription>> std::pair<evsub_id_t, amf_event_t>, std::shared_ptr<amf_subscription>>
amf_event_subscriptions; amf_event_subscriptions;
mutable std::shared_mutex m_amf_event_subscriptions;
public: public:
explicit amf_app(const amf_config& amf_cfg); explicit amf_app(const amf_config& amf_cfg);
amf_app(amf_app const&) = delete; amf_app(amf_app const&) = delete;
......
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