* Renamed 'system.method.*' to 'method.*'.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1139 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2010-03-03 13:45:34 +00:00
parent db8f217569
commit 44e77016a9
8 changed files with 95 additions and 91 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ initialize_command_scheduler() {
// CMD_G("scheduler.active", rak::bind_ptr_fn(&cmd_call, "view.size=active"));
rpc::commands.call("system.method.insert", rpc::create_object_list("scheduler.max_active", "value", (int64_t)-1));
rpc::commands.call("method.insert", rpc::create_object_list("scheduler.max_active", "value", (int64_t)-1));
CMD_D_ANY("scheduler.simple.added", rak::ptr_fn(&cmd_scheduler_simple_added));
CMD_D_ANY("scheduler.simple.removed", rak::ptr_fn(&cmd_scheduler_simple_removed));