--- libaitrpc/inc/aitrpc.h 2012/05/11 08:46:41 1.7.2.1 +++ libaitrpc/inc/aitrpc.h 2012/05/11 08:49:43 1.7.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.7.2.1 2012/05/11 08:46:41 misho Exp $ +* $Id: aitrpc.h,v 1.7.2.2 2012/05/11 08:49:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -213,8 +213,6 @@ typedef struct { rpc_cli_t *clients; // connected blob client sockets rpc_blob_t *blobs; // registered blob variables list - - pthread_mutex_t mtx; } srv_blob; } rpc_srv_t;