Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AMF
Commits
fe3273e8
Commit
fe3273e8
authored
Jul 26, 2021
by
Prateek Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-added "m_amf_event_subscriptions" in amf_app.hpp
parent
0b6d4f20
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
275 additions
and
273 deletions
+275
-273
src/amf-app/amf_app.hpp
src/amf-app/amf_app.hpp
+275
-273
No files found.
src/amf-app/amf_app.hpp
View file @
fe3273e8
...
...
@@ -74,6 +74,8 @@ class amf_app {
std
::
pair
<
evsub_id_t
,
amf_event_t
>
,
std
::
shared_ptr
<
amf_subscription
>>
amf_event_subscriptions
;
mutable
std
::
shared_mutex
m_amf_event_subscriptions
;
public:
explicit
amf_app
(
const
amf_config
&
amf_cfg
);
amf_app
(
amf_app
const
&
)
=
delete
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment