Comment 3 for bug 617757

Revision history for this message
Big Muscle (bigmuscle) wrote :

I completely removed CriticalSection stuff from StrongDC++ and use only following typedefs:

typedef boost::recursive_mutex CriticalSection;
typedef boost::detail::spinlock FastCriticalSection;
typedef boost::lock_guard<boost::recursive_mutex> Lock;
typedef boost::lock_guard<boost::detail::spinlock> FastLock;