|
|
| version 1.3.6.3, 2012/03/14 13:29:11 | version 1.4, 2012/03/15 01:55:32 |
|---|---|
| Line 52 SUCH DAMAGE. | Line 52 SUCH DAMAGE. |
| #define STRSIZ 256 | #define STRSIZ 256 |
| #define RPC_TRACE_LEVEL 7 | |
| #define RPC_DEBUG_LEVEL 5 | |
| #define BLOB_FILE "%s/BLOB-%0X" | #define BLOB_FILE "%s/BLOB-%0X" |
| Line 60 SUCH DAMAGE. | Line 63 SUCH DAMAGE. |
| rpc_Errno = errno; \ | rpc_Errno = errno; \ |
| strlcpy(rpc_Error, strerror(errno), STRSIZ); \ | strlcpy(rpc_Error, strerror(errno), STRSIZ); \ |
| } while(0) | } while(0) |
| #ifdef NDEBUG | |
| #define FTRACE() | |
| #define LOGGER() | |
| #else | |
| #define FTRACE() ioTRACE(0) | |
| #define LOGGER(fmt, ...) ioLOGGER(LOG_NOTICE, (fmt), ## __VA_ARGS__) | |
| #endif | |
| extern int rpc_Errno; | extern int rpc_Errno; |