* Added separate '-I' and '-K' switches, the former is for testing rtorrent code, the latter for webui's.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1178 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2010-10-05 23:49:06 +00:00
parent 033e30af04
commit 49f61eeda3
6 changed files with 71 additions and 27 deletions
+1
View File
@@ -361,6 +361,7 @@ system_method_list_keys(const torrent::Object::string_type& args) {
void
initialize_command_dynamic() {
CMD2_VAR_BOOL ("method.use_deprecated", true);
CMD2_VAR_VALUE ("method.use_intermediate", 1);
CMD2_ANY_LIST ("method.insert", std::tr1::bind(&system_method_insert, std::tr1::placeholders::_2));