--- libaitrpc/example/tcli.c 2010/07/08 07:32:53 1.1.1.1.2.8 +++ libaitrpc/example/tcli.c 2010/07/08 08:10:16 1.1.1.1.2.9 @@ -33,10 +33,12 @@ int main() } else printf("Get BLOB = %x\n", RPC_GET_BLOB(&valz[2])); + /* test case for unknown blob ... RPC_SET_BLOB(&tval, 0x554C1BC7, BUFSIZ); printf("test not found blob=%d\n", rpc_cli_recvBLOB(cli2, &tval, (void**) &mem)); if (mem) free(mem); + */ // for (i = 0; i < 1000000; i++) if ((ret = rpc_cli_execCall(cli, NULL, "BBB", 3, valz, &c, &v)) < 0) {