Commit 6fbd0579 authored by liuyu's avatar liuyu

context2

parent 04fdad89
......@@ -198,9 +198,7 @@ void smf_app::free_seid_n4(const uint64_t& seid) {
void smf_app::set_seid_2_smf_context(
const seid_t& seid, std::shared_ptr<smf_context>& pc) {
std::unique_lock lock(m_seid2smf_context);
lock.lock();
seid2smf_context[seid] = pc;
lock.unlock();
}
//------------------------------------------------------------------------------
......
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