#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <strings.h>
Go to the source code of this file.
Classes | |
class | XrdSysError_Table |
class | XrdSysError |
Variables | |
const int | SYS_LOG_01 = 1 |
const int | SYS_LOG_02 = 2 |
const int | SYS_LOG_03 = 4 |
const int | SYS_LOG_04 = 8 |
const int | SYS_LOG_05 = 16 |
const int | SYS_LOG_06 = 32 |
const int | SYS_LOG_07 = 64 |
const int | SYS_LOG_08 = 128 |
const int SYS_LOG_01 = 1 |
Definition at line 55 of file XrdSysError.hh.
Referenced by XrdXrootdProtocol::do_Auth(), XrdXrootdProtocol::do_Bind(), XrdXrootdProtocol::do_Login(), and XrdXrootdProtocol::xlog().
const int SYS_LOG_02 = 2 |
Definition at line 56 of file XrdSysError.hh.
Referenced by XrdXrootdProtocol::Recycle(), and XrdXrootdProtocol::xlog().
const int SYS_LOG_03 = 4 |
Definition at line 57 of file XrdSysError.hh.
const int SYS_LOG_04 = 8 |
Definition at line 58 of file XrdSysError.hh.
const int SYS_LOG_05 = 16 |
Definition at line 59 of file XrdSysError.hh.
const int SYS_LOG_06 = 32 |
Definition at line 60 of file XrdSysError.hh.
const int SYS_LOG_07 = 64 |
Definition at line 61 of file XrdSysError.hh.
const int SYS_LOG_08 = 128 |
Definition at line 62 of file XrdSysError.hh.