mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +00:00
Update util.cpp
This commit is contained in:
parent
05d336c8e9
commit
15354e5a88
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ struct BackgroundJobTracker::Impl
|
||||||
}
|
}
|
||||||
|
|
||||||
uv_mutex_t m_lock;
|
uv_mutex_t m_lock;
|
||||||
std::map<const char*, int32_t> m_jobs;
|
std::map<std::string, int32_t> m_jobs;
|
||||||
};
|
};
|
||||||
|
|
||||||
BackgroundJobTracker::BackgroundJobTracker() : m_impl(new Impl())
|
BackgroundJobTracker::BackgroundJobTracker() : m_impl(new Impl())
|
||||||
|
|
Loading…
Reference in a new issue