xrootd
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#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 "XrdOuc/XrdOucTrace.hh"
#include "XrdNet/XrdNetOpts.hh"
#include "XrdNet/XrdNetSocket.hh"
#include "XrdSys/XrdSysHeaders.hh"
Functions | |
void * | XrdOfsEvRecv (void *pp) |
void * | XrdOfsEvFlush (void *pp) |
int | XrdOfsScrubScan (const char *key, XrdOfsEvr::theEvent *cip, void *xargp) |
Variables | |
const char * | XrdOfsEvrCVSID = "$Id$" |
XrdOfsStats | OfsStats |
XrdOucTrace | OfsTrace |
void* XrdOfsEvFlush | ( | void * | pp | ) |
References XrdOfsEvr::flushEvents().
Referenced by XrdOfsEvr::Init().
void* XrdOfsEvRecv | ( | void * | pp | ) |
References XrdOfsEvr::recvEvents().
Referenced by XrdOfsEvr::Init().
int XrdOfsScrubScan | ( | const char * | key, |
XrdOfsEvr::theEvent * | cip, | ||
void * | xargp | ||
) |
Referenced by XrdOfsEvr::flushEvents().
const char* XrdOfsEvrCVSID = "$Id$" |