Diff for /libaitrpc/inc/defs.h between versions 1.1.1.1 and 1.1.1.1.2.7

version 1.1.1.1, 2010/06/18 01:48:06 version 1.1.1.1.2.7, 2010/07/07 09:29:42
Line 10 Line 10
 #define __DEFS_H  #define __DEFS_H
   
   
#define DEF_CLI_TIMEOUT                10#define DEF_RPC_TIMEOUT                3
   
   #define BLOB_MAX                1460
   #define BLOBSIZ                 1024
   #define STRSIZ                  256
   
   
   #define BLOB_FILE               "%s/BLOB-%0X"
   
   
 #define LOGERR  { \  #define LOGERR  { \
                         rpc_Errno = errno; \                          rpc_Errno = errno; \
                         strlcpy(rpc_Error, strerror(errno), STRSIZ); \                          strlcpy(rpc_Error, strerror(errno), STRSIZ); \
                 }                  }
   
   
   extern int rpc_Kill, blob_Kill;
   
 extern int rpc_Errno;  extern int rpc_Errno;
 extern char rpc_Error[];  extern char rpc_Error[];

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.7


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