Diff for /libaitrpc/example/tcli2.c between versions 1.3 and 1.4

version 1.3, 2015/07/02 22:28:13 version 1.4, 2020/06/25 19:11:00
Line 43  int main(int argc, char **argv) Line 43  int main(int argc, char **argv)
         printf("\n\n2 pass>>> RPC ping without reply!!!\n\n");          printf("\n\n2 pass>>> RPC ping without reply!!!\n\n");
         for (i = 0; i < 10; i++) {          for (i = 0; i < 10; i++) {
                 gettimeofday(&before, NULL);                  gettimeofday(&before, NULL);
                if (rpc_cli_execCall(cli, RPC_NOREPLY, CALL_SRVPING, NULL, &arr)) {                if (rpc_cli_execCall(cli, RPC_NOREPLY, CALL_SRVPING, NULL, &arr) == -1) {
                         printf("error:: errno=%d %s\n", rpc_GetErrno(), rpc_GetError());                          printf("error:: errno=%d %s\n", rpc_GetErrno(), rpc_GetError());
                         rpc_cli_closeClient2(&cli);                          rpc_cli_closeClient2(&cli);
                         return 127;                          return 127;

Removed from v.1.3  
changed lines
  Added in v.1.4


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