--- libaitrpc/example/tsrv.c 2012/03/15 00:47:52 1.5.2.4 +++ libaitrpc/example/tsrv.c 2012/03/15 01:22:55 1.5.2.5 @@ -100,6 +100,7 @@ int main() rpc_srv_registerCall(srv, NULL, "aaa", 0); rpc_srv_registerCall(srv, NULL, "BBB", 4); + printf("srv=%p\n", srv); rpc_srv_registerCall(srv, NULL, "dummy", 1); rpc_srv_registerCall(srv, NULL, "xYz", 2); @@ -120,10 +121,8 @@ int main() // if (!fork()) { ///////// setsid(); -//// rpc_srv_loopServer(srv); - rpc_srv_execBLOBServer(srv); rpc_srv_loopServer(srv); - rpc_srv_execServer(srv, &ret); +//// rpc_srv_execServer(srv, &ret); // } rpc_srv_endBLOBServer(srv);