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
@@ -24,6 +24,8 @@ private:
torrent::log_buffer* m_log;
torrent::utils::SchedulerEntry m_task_update;
align_cacheline std::atomic<bool> m_log_updating{};
};
}