deprecated compact storage allocation

This commit is contained in:
Arvid Norberg
2011-08-22 00:51:14 +00:00
parent a2e24faa01
commit 51ed06304e
8 changed files with 49 additions and 37 deletions

View File

@@ -431,7 +431,9 @@ void bind_session()
enum_<storage_mode_t>("storage_mode_t")
.value("storage_mode_allocate", storage_mode_allocate)
.value("storage_mode_sparse", storage_mode_sparse)
#ifndef TORRENT_NO_DEPRECATE
.value("storage_mode_compact", storage_mode_compact)
#endif
;
enum_<session::options_t>("options_t")