mirror of
https://github.com/transmission/transmission.git
synced 2026-04-29 13:15:28 +01:00
refactor: tr_peerIo ref, unref (#3735)
* refactor: replace manual peerIo refcounting with std::shared_ptr
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include "torrent.h"
|
||||
#include "torrents.h"
|
||||
#include "tr-assert.h"
|
||||
#include "trevent.h"
|
||||
#include "utils.h" // tr_time(), tr_formatter
|
||||
|
||||
Cache::Key Cache::makeKey(tr_torrent const* torrent, tr_block_info::Location loc) noexcept
|
||||
|
||||
Reference in New Issue
Block a user