Use std::atomic

This commit is contained in:
Nik Bougalis
2014-07-28 15:33:57 -07:00
committed by Tom Ritchford
parent c24a497a23
commit b43832fe57
9 changed files with 23 additions and 31 deletions

View File

@@ -73,6 +73,7 @@ OverlayImpl::OverlayImpl (Stoppable& parent,
, m_io_service (io_service)
, m_ssl_context (ssl_context)
, m_resolver (resolver)
, m_nextShortId (0)
{
}