![]() |
ROOT
6.06/09
Reference Guide
|
#include "XrdProofdPlatform.h"#include "XrdOuc/XrdOucStream.hh"#include "XrdSys/XrdSysPriv.hh"#include "XpdSysError.h"#include "XpdSysLogger.h"#include "XrdProofdAux.h"#include "XrdProofdConfig.h"#include "XrdProofdProtocol.h"#include "XrdProofdTrace.h"
Include dependency graph for XrdProofdAux.cxx:Go to the source code of this file.
Macros | |
| #define | XPD_MAXLEN 1024 |
Functions | |
| int | DoDirectiveClass (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
| Generic class directive processor. More... | |
| int | DoDirectiveInt (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
| Process directive for an integer. More... | |
| int | DoDirectiveString (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
| Process directive for a string. More... | |
| int | SetHostInDirectives (const char *, XrdProofdDirective *d, void *h) |
| Set host field for directive 'd' to (const char *h) More... | |
| #define XPD_MAXLEN 1024 |
Definition at line 39 of file XrdProofdAux.cxx.
Referenced by XrdProofdAux::ReadMsg().
| int DoDirectiveClass | ( | XrdProofdDirective * | d, |
| char * | val, | ||
| XrdOucStream * | cfg, | ||
| bool | rcf | ||
| ) |
Generic class directive processor.
Definition at line 1639 of file XrdProofdAux.cxx.
Referenced by XrdProofdAdmin::RegisterDirectives(), XrdProofdManager::RegisterDirectives(), XrdProofdPriorityMgr::RegisterDirectives(), XrdProofdClientMgr::RegisterDirectives(), XrdProofdNetMgr::RegisterDirectives(), XrdROOTMgr::RegisterDirectives(), XrdProofSched::RegisterDirectives(), and XrdProofdProofServMgr::RegisterDirectives().
| int DoDirectiveInt | ( | XrdProofdDirective * | d, |
| char * | val, | ||
| XrdOucStream * | cfg, | ||
| bool | rcf | ||
| ) |
Process directive for an integer.
Definition at line 1651 of file XrdProofdAux.cxx.
Referenced by XrdProofdManager::RegisterDirectives(), XrdProofdClientMgr::RegisterDirectives(), XrdProofdNetMgr::RegisterDirectives(), and XrdProofdProofServMgr::RegisterDirectives().
| int DoDirectiveString | ( | XrdProofdDirective * | d, |
| char * | val, | ||
| XrdOucStream * | cfg, | ||
| bool | rcf | ||
| ) |
Process directive for a string.
Definition at line 1679 of file XrdProofdAux.cxx.
Referenced by XrdProofdManager::RegisterDirectives(), XrdProofdClientMgr::RegisterDirectives(), and XrdProofdProofServMgr::RegisterDirectives().
| int SetHostInDirectives | ( | const char * | , |
| XrdProofdDirective * | d, | ||
| void * | h | ||
| ) |
Set host field for directive 'd' to (const char *h)
Definition at line 1705 of file XrdProofdAux.cxx.
Referenced by XrdProofdConfig::ParseFile().