Diff for /libaitrpc/inc/defs.h between versions 1.1.1.1.2.2 and 1.1.1.1.2.3

version 1.1.1.1.2.2, 2010/06/18 15:47:33 version 1.1.1.1.2.3, 2010/06/23 15:07:15
Line 12 Line 12
   
 #define DEF_RPC_TIMEOUT         3  #define DEF_RPC_TIMEOUT         3
   
   #define BLOBSIZ                 1460
   
   #define BLOB_FILE               "%s/%s:%d-%04x_%08x-%08x_%02x.blob"
   
   
 #define LOGERR  { \  #define LOGERR  { \
                         rpc_Errno = errno; \                          rpc_Errno = errno; \
                         strlcpy(rpc_Error, strerror(errno), STRSIZ); \                          strlcpy(rpc_Error, strerror(errno), STRSIZ); \
                 }                  }
   
   
 extern pthread_mutex_t rpc_mtx;  
 extern int rpc_Kill;  extern int rpc_Kill;
   
 extern int rpc_Errno;  extern int rpc_Errno;

Removed from v.1.1.1.1.2.2  
changed lines
  Added in v.1.1.1.1.2.3


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