* Added string, value and bool types to 'system.method.insert' for

storing variables.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1076 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2008-11-07 16:01:18 +00:00
parent 5648cf7dd0
commit ca9d0b1773
5 changed files with 83 additions and 21 deletions
+6
View File
@@ -173,6 +173,12 @@ main(int argc, char** argv) {
rpc::parse_command_multiple
(rpc::make_target(),
// "system.method.insert = test.value,value\n"
// "system.method.insert = test.value2,value,6\n"
// "system.method.insert = test.string,string,6\n"
// "system.method.insert = test.bool,bool,true\n"
"system.method.insert = event.download.inserted,list\n"
"system.method.insert = event.download.inserted_new,list\n"
"system.method.insert = event.download.inserted_session,list\n"