--- libaitrpc/inc/aitrpc.h 2012/03/29 01:34:16 1.7 +++ 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 2012/03/29 01:34:16 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 @@ -203,7 +203,6 @@ typedef struct { rpc_func_t *srv_funcs; // registered functions list - pthread_mutex_t srv_mtx; cmd_type_t srv_kill; struct { @@ -214,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;