Diff for /libaitrpc/example/tcli.c between versions 1.6.2.5 and 1.6.2.6

version 1.6.2.5, 2012/03/28 12:03:37 version 1.6.2.6, 2012/03/28 13:37:13
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);
   
           printf("disable=%d enable=%d\n", disable, enable);
   
         cli = rpc_cli_openClient(100, 2, 1024 * 10, 0, 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) {

Removed from v.1.6.2.5  
changed lines
  Added in v.1.6.2.6


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