added some settings to the save session state

This commit is contained in:
Arvid Norberg
2010-01-24 22:00:36 +00:00
parent 64d52b26ca
commit 5cc3cbd8b1

View File

@@ -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