From de221e039dc99682d70524e70b16dc51859e8d90 Mon Sep 17 00:00:00 2001 From: plt Date: Sun, 8 Apr 2012 11:42:42 +0800 Subject: [PATCH] Add new function --- lib/rpc_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rpc_table.py b/lib/rpc_table.py index 6f53ecc..1601ebc 100644 --- a/lib/rpc_table.py +++ b/lib/rpc_table.py @@ -10,6 +10,7 @@ func_table = [ [ "int", ["string", "int"] ], [ "int", ["string", "string"] ], [ "int", ["string", "string", "string"] ], + [ "int64", [] ], [ "int64", ["string"] ], [ "string", [] ], [ "string", ["string"] ],