From 5cc3cbd8b1e597bfc94fdb0bb330383aa72e8671 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 24 Jan 2010 22:00:36 +0000 Subject: [PATCH] added some settings to the save session state --- src/session_impl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/session_impl.cpp b/src/session_impl.cpp index 59c427f40..7f68da4e2 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -283,6 +283,8 @@ namespace aux { TORRENT_SETTING(boolean, allow_reordered_disk_operations) TORRENT_SETTING(boolean, allow_i2p_mixed) TORRENT_SETTING(integer, max_suggest_pieces) + TORRENT_SETTING(boolean, drop_skipped_requests) + TORRENT_SETTING(boolean, low_prio_disk) }; #undef TORRENT_SETTING