← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 617988] Re: atomic counters implemented

 

Fixed in DC++ 0.780.

** Changed in: dcplusplus
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
https://bugs.launchpad.net/bugs/617988

Title:
  atomic counters implemented

Status in DC++:
  Fix Released
Status in Linux DC++:
  Confirmed

Bug description:
  Implemented atomic class template, which includes int32_t and uint32_t portable atomic counters from boost.
  Using this class in "struct Counts" instead of heavy-weight safeInc/safeDec functions.
  Also "operator!=" is removed from struct Counts (it is unused, and it is not safe in multithread)





References