XRootD
XrdOfsEvr.cc File Reference
#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
 

Function Documentation

◆ XrdOfsEvFlush()

void* XrdOfsEvFlush ( void *  pp)

Definition at line 61 of file XrdOfsEvr.cc.

62 {
63  XrdOfsEvr *evr = (XrdOfsEvr *)pp;
64  evr->flushEvents();
65  return (void *)0;
66 }
void flushEvents()
Definition: XrdOfsEvr.cc:89

References XrdOfsEvr::flushEvents().

Referenced by XrdOfsEvr::Init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ XrdOfsEvRecv()

void* XrdOfsEvRecv ( void *  pp)

Definition at line 54 of file XrdOfsEvr.cc.

55 {
56  XrdOfsEvr *evr = (XrdOfsEvr *)pp;
57  evr->recvEvents();
58  return (void *)0;
59 }
void recvEvents()
Definition: XrdOfsEvr.cc:201

References XrdOfsEvr::recvEvents().

Referenced by XrdOfsEvr::Init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ XrdOfsScrubScan()

int XrdOfsScrubScan ( const char *  key,
XrdOfsEvr::theEvent cip,
void *  xargp 
)

Definition at line 68 of file XrdOfsEvr.cc.

69  {return 0;}

Referenced by XrdOfsEvr::flushEvents().

+ Here is the caller graph for this function:

Variable Documentation

◆ OfsStats

XrdOfsStats OfsStats
extern

Definition at line 113 of file XrdOfs.cc.

◆ OfsTrace

XrdSysTrace OfsTrace
extern