--- libaitrpc/example/tsrv.c 2012/03/13 17:10:13 1.5.2.1 +++ libaitrpc/example/tsrv.c 2012/03/14 13:29:11 1.5.2.3 @@ -98,12 +98,10 @@ 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 */ /* @@ -123,7 +121,9 @@ int main() ///////// setsid(); //// rpc_srv_loopServer(srv); -///////// rpc_srv_execServer(srv, &ret); + rpc_srv_execBLOBServer(srv); + rpc_srv_loopServer(srv); + rpc_srv_execServer(srv, &ret); // } rpc_srv_endBLOBServer(srv);