--- libaitrpc/inc/aitrpc.h 2013/09/05 00:43:04 1.20 +++ libaitrpc/inc/aitrpc.h 2013/11/22 13:41:33 1.21 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.20 2013/09/05 00:43:04 misho Exp $ +* $Id: aitrpc.h,v 1.21 2013/11/22 13:41:33 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -365,6 +365,7 @@ int rpc_srv_loopServer(rpc_srv_t * __restrict srv); else \ pthread_detach((_srv)->srv_tid); \ } } while (0) +#define rpc_srv_killServer(_srv) (assert((_srv)), (_srv)->srv_blob.kill = 1, (_srv)->srv_kill = 1) /* * rpc_srv_initBLOBServer() - Init & create BLOB Server