land libtorrent_aio branch in trunk

This commit is contained in:
Arvid Norberg
2014-07-06 19:18:00 +00:00
parent 6ef1b98717
commit 7351389ce8
357 changed files with 58707 additions and 40644 deletions

View File

@@ -107,7 +107,9 @@ void bind_torrent_status()
;
enum_<torrent_status::state_t>("states")
#ifndef TORRENT_NO_DEPRECATE
.value("queued_for_checking", torrent_status::queued_for_checking)
#endif
.value("checking_files", torrent_status::checking_files)
.value("downloading_metadata", torrent_status::downloading_metadata)
.value("downloading", torrent_status::downloading)