Jeffrey bd0a511995 Move copyable_atomic to be a sub-class of cryptonote_connection_context
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.
2022-02-15 17:36:45 -06:00
..
2022-02-14 00:10:53 -06:00
2022-02-10 19:42:19 -06:00
2020-12-14 14:45:24 -05:00
2014-03-03 22:07:58 +00:00
2020-05-06 22:36:54 -04:00
2019-11-13 18:00:50 +01:00
2014-03-03 22:07:58 +00:00
2021-08-13 06:57:27 -05:00
2015-01-02 18:52:46 +02:00
2015-01-02 18:52:46 +02:00