--- libaitrpc/inc/aitrpc.h 2011/08/18 15:38:18 1.2.4.1 +++ libaitrpc/inc/aitrpc.h 2011/08/18 19:04:10 1.2.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.2.4.1 2011/08/18 15:38:18 misho Exp $ +* $Id: aitrpc.h,v 1.2.4.2 2011/08/18 19:04:10 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -267,7 +267,8 @@ struct tagBLOBHdr { typedef struct { struct sockaddr cli_sa; // host info - int cli_sock; // socket + int cli_sock; // socket fd + int cli_type; // socket type pthread_t cli_tid; // TID of thread void *cli_parent; // pointer to parent rpc_srv_t for server or to rpc_sess_t for client