--- libaitrpc/example/tsrv.c 2011/09/07 09:42:46 1.4.2.2 +++ libaitrpc/example/tsrv.c 2012/03/13 17:10:13 1.5.2.1 @@ -98,10 +98,12 @@ int main() return 1; } + /* rpc_srv_registerCall(srv, NULL, "aaa", 0); rpc_srv_registerCall(srv, NULL, "BBB", 4); rpc_srv_registerCall(srv, NULL, "dummy", 1); rpc_srv_registerCall(srv, NULL, "xYz", 2); + */ /* dump register functions */ /* @@ -118,10 +120,10 @@ int main() */ // if (!fork()) { - setsid(); +///////// setsid(); //// rpc_srv_loopServer(srv); - rpc_srv_execServer(srv, &ret); +///////// rpc_srv_execServer(srv, &ret); // } rpc_srv_endBLOBServer(srv);