Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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-SMF
Commits
6fbd0579
Commit
6fbd0579
authored
Dec 12, 2023
by
liuyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
context2
parent
04fdad89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/smf_app/smf_app.cpp
src/smf_app/smf_app.cpp
+0
-2
No files found.
src/smf_app/smf_app.cpp
View file @
6fbd0579
...
@@ -198,9 +198,7 @@ void smf_app::free_seid_n4(const uint64_t& seid) {
...
@@ -198,9 +198,7 @@ void smf_app::free_seid_n4(const uint64_t& seid) {
void
smf_app
::
set_seid_2_smf_context
(
void
smf_app
::
set_seid_2_smf_context
(
const
seid_t
&
seid
,
std
::
shared_ptr
<
smf_context
>&
pc
)
{
const
seid_t
&
seid
,
std
::
shared_ptr
<
smf_context
>&
pc
)
{
std
::
unique_lock
lock
(
m_seid2smf_context
);
std
::
unique_lock
lock
(
m_seid2smf_context
);
lock
.
lock
();
seid2smf_context
[
seid
]
=
pc
;
seid2smf_context
[
seid
]
=
pc
;
lock
.
unlock
();
}
}
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
...
...
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