Removed SignalBitfield and replaced it with callbacks.

This commit is contained in:
Jari Sundell
2026-06-01 15:40:22 +02:00
committed by GitHub
parent 50a609ade9
commit 14edd68653
5 changed files with 23 additions and 21 deletions
+2
View File
@@ -30,6 +30,8 @@ private:
WLogComplete* m_window{};
torrent::log_buffer* m_log;
align_cacheline std::atomic<bool> m_log_updating{};
};
}