mirror of
https://github.com/monero-project/monero.git
synced 2024-12-24 12:39:59 +00:00
bd0a511995
epee::copyable_atomic was only be used by one struct, cryptonote_connection_context. This should probably eventually factored out of that class, so I left the following comment: This class was originally from the EPEE module. It is identical in function to std::atomic<uint32_t> except that it has copy-construction and copy-assignment defined, which means that earliers devs didn't have to write custom copy-contructors and copy-assingment operators for the outer class, cryptonote_connection_context. cryptonote_connection_context should probably be refactored because it is both trying to be POD-like while also (very loosely) controlling access to its atomic members. |
||
---|---|---|
.. | ||
brew | ||
depends | ||
epee | ||
fuzz_testing | ||
gitian | ||
lsan | ||
rlwrap | ||
tor | ||
valgrind | ||
CMakeLists.txt |