Diff for /libaitrpc/example/tcli.c between versions 1.5 and 1.6

version 1.5, 2011/11/03 15:32:21 version 1.6, 2012/03/15 01:55:32
Line 13  int main() Line 13  int main()
         array_t *valz, *arr;          array_t *valz, *arr;
         char *mem, *blob43 = malloc(512);          char *mem, *blob43 = malloc(512);
   
        cli = rpc_cli_openClient(100, 2, 1024 * 10, AF_INET, "127.0.0.1", 11111);        cli = rpc_cli_openClient(100, 2, 1024 * 10, 0, AF_INET, "127.0.0.1", 11111);
 //      cli = rpc_cli_openClient(100, 2, AF_LOCAL, "0.0.0.0", 11111);  //      cli = rpc_cli_openClient(100, 2, AF_LOCAL, "0.0.0.0", 11111);
         if (!cli) {          if (!cli) {
                 printf("error:: errno=%d %s\n", rpc_GetErrno(), rpc_GetError());                  printf("error:: errno=%d %s\n", rpc_GetErrno(), rpc_GetError());

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>