Diff for /libaitrpc/inc/aitrpc.h between versions 1.7.2.2 and 1.7.2.3

version 1.7.2.2, 2012/05/11 08:49:43 version 1.7.2.3, 2012/05/14 08:36:58
Line 178  typedef struct { Line 178  typedef struct {
         int             cli_sock;       // socket fd          int             cli_sock;       // socket fd
         pthread_t       cli_tid;        // TID of thread          pthread_t       cli_tid;        // TID of thread
   
           cmd_type_t      cli_kill;
   
         void            *cli_parent;    // pointer to parent rpc_srv_t for server or to rpc_sess_t for client          void            *cli_parent;    // pointer to parent rpc_srv_t for server or to rpc_sess_t for client
         int             cli_netbuf;     // size of network buffer size          int             cli_netbuf;     // size of network buffer size
 } rpc_cli_t;  } rpc_cli_t;

Removed from v.1.7.2.2  
changed lines
  Added in v.1.7.2.3


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