made client_test build in msvc
This commit is contained in:
parent
8e876cab72
commit
84aa3cf421
|
@ -351,7 +351,7 @@ void add_torrent(libtorrent::session& ses
|
||||||
h.set_ratio(preferred_ratio);
|
h.set_ratio(preferred_ratio);
|
||||||
h.set_sequenced_download_threshold(15);
|
h.set_sequenced_download_threshold(15);
|
||||||
}
|
}
|
||||||
catch (std::exception&) {}
|
catch (std::exception&) {};
|
||||||
|
|
||||||
void scan_dir(path const& dir_path
|
void scan_dir(path const& dir_path
|
||||||
, libtorrent::session& ses
|
, libtorrent::session& ses
|
||||||
|
|
Loading…
Reference in New Issue