|
XRootD
|
#include <cstdlib>#include <cstdio>#include <cstring>#include "XrdCms/XrdCmsClient.hh"#include "XrdOfs/XrdOfsEvr.hh"#include "XrdOfs/XrdOfsStats.hh"#include "XrdOfs/XrdOfsTrace.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysTimer.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdNet/XrdNetOpts.hh"#include "XrdNet/XrdNetSocket.hh"#include "XrdSys/XrdSysHeaders.hh"
Include dependency graph for XrdOfsEvr.cc:Go to the source code of this file.
Functions | |
| void * | XrdOfsEvFlush (void *pp) |
| void * | XrdOfsEvRecv (void *pp) |
| int | XrdOfsScrubScan (const char *key, XrdOfsEvr::theEvent *cip, void *xargp) |
Variables | |
| XrdOfsStats | OfsStats |
| XrdSysTrace | OfsTrace |
| void * XrdOfsEvFlush | ( | void * | pp | ) |
Definition at line 61 of file XrdOfsEvr.cc.
References XrdOfsEvr::flushEvents().
Referenced by XrdOfsEvr::Init().
Here is the call graph for this function:
Here is the caller graph for this function:| void * XrdOfsEvRecv | ( | void * | pp | ) |
Definition at line 54 of file XrdOfsEvr.cc.
References XrdOfsEvr::recvEvents().
Referenced by XrdOfsEvr::Init().
Here is the call graph for this function:
Here is the caller graph for this function:| int XrdOfsScrubScan | ( | const char * | key, |
| XrdOfsEvr::theEvent * | cip, | ||
| void * | xargp | ||
| ) |
Definition at line 68 of file XrdOfsEvr.cc.
Referenced by XrdOfsEvr::flushEvents().
Here is the caller graph for this function:
|
extern |
|
extern |