diff --git a/toREST/tests/include/TorrentContext.hpp b/toREST/tests/include/TorrentContext.hpp index 51e1e8e..5427bb5 100644 --- a/toREST/tests/include/TorrentContext.hpp +++ b/toREST/tests/include/TorrentContext.hpp @@ -17,6 +17,7 @@ class TorrentStatus { public: bool paused = false; bool is_seeding = false; + bool announcing_to_dht = true; int state = 0; int priority = 0; std::string name = "Arch";