From 07aeb08aed58afc2536eca5144ccaff0ca238b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Fri, 12 May 2017 14:22:14 +0200 Subject: [PATCH] save dht announce --- toREST/tests/include/TorrentContext.hpp | 1 + 1 file changed, 1 insertion(+) 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";