Diff for /libaitrpc/src/builtin.c between versions 1.18.4.1 and 1.23

version 1.18.4.1, 2014/03/27 23:11:06 version 1.23, 2015/07/22 20:01:46
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2014Copyright 2004 - 2015
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 148  rpcServerShutdown(RPC_CALL_STDARGS) Line 148  rpcServerShutdown(RPC_CALL_STDARGS)
         RPC_CALLBACK_CHECK_INPUT(cli);          RPC_CALLBACK_CHECK_INPUT(cli);
         srv = RPC_SRV_SERVER(cli);          srv = RPC_SRV_SERVER(cli);
                   
        rpc_freeCli(cli);        srv->srv_blob.kill = 1;
 
        srv->srv_kill = 1; 
         if (srv->srv_blob.tid)          if (srv->srv_blob.tid)
                 pthread_kill(srv->srv_blob.tid, SIGFBLOB);                  pthread_kill(srv->srv_blob.tid, SIGFBLOB);
           srv->srv_kill = 1;
         return 0;          return 0;
 }  }
   

Removed from v.1.18.4.1  
changed lines
  Added in v.1.23


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