#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"
Go to the source code of this file.
Functions | |
void * | XrdOfsEvRecv (void *pp) |
void * | XrdOfsEvFlush (void *pp) |
int | XrdOfsScrubScan (const char *key, XrdOfsEvr::theEvent *cip, void *xargp) |
Variables | |
const char * | XrdOfsEvrCVSID = "$Id: XrdOfsEvr.cc 35287 2010-09-14 21:19:35Z ganis $" |
XrdOfsStats | OfsStats |
XrdOucTrace | OfsTrace |
void* XrdOfsEvFlush | ( | void * | pp | ) |
Definition at line 46 of file XrdOfsEvr.cc.
References XrdOfsEvr::flushEvents().
Referenced by XrdOfsEvr::Init().
void* XrdOfsEvRecv | ( | void * | pp | ) |
Definition at line 39 of file XrdOfsEvr.cc.
References XrdOfsEvr::recvEvents().
Referenced by XrdOfsEvr::Init().
int XrdOfsScrubScan | ( | const char * | key, | |
XrdOfsEvr::theEvent * | cip, | |||
void * | xargp | |||
) |
XrdOucTrace OfsTrace |
const char* XrdOfsEvrCVSID = "$Id: XrdOfsEvr.cc 35287 2010-09-14 21:19:35Z ganis $" |
Definition at line 13 of file XrdOfsEvr.cc.