Diff for /libaitrpc/src/builtin.c between versions 1.19 and 1.21.2.1

version 1.19, 2014/04/27 16:26:45 version 1.21.2.1, 2015/06/25 00:01:36
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_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);

Removed from v.1.19  
changed lines
  Added in v.1.21.2.1


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