XRootD
XrdOfsTPCProg.cc File Reference
#include <cstdio>
#include <strings.h>
#include <unistd.h>
#include <sys/stat.h>
#include "XrdNet/XrdNetIdentity.hh"
#include "XrdOfs/XrdOfsTPC.hh"
#include "XrdOfs/XrdOfsTPCConfig.hh"
#include "XrdOfs/XrdOfsTPCJob.hh"
#include "XrdOfs/XrdOfsTPCProg.hh"
#include "XrdOfs/XrdOfsTrace.hh"
#include "XrdOss/XrdOss.hh"
#include "XrdOuc/XrdOucCallBack.hh"
#include "XrdOuc/XrdOucProg.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysFD.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdXrootd/XrdXrootdTpcMon.hh"
+ Include dependency graph for XrdOfsTPCProg.cc:

Go to the source code of this file.

Namespaces

 XrdOfsTPCParms
 

Functions

void * XrdOfsTPCProgRun (void *pp)
 

Variables

XrdSysError OfsEroute
 
XrdSysTrace OfsTrace
 
XrdOssXrdOfsOss
 

Function Documentation

◆ XrdOfsTPCProgRun()

void* XrdOfsTPCProgRun ( void *  pp)

Definition at line 77 of file XrdOfsTPCProg.cc.

78 {
79  XrdOfsTPCProg *theProg = (XrdOfsTPCProg *)pp;
80  theProg->Run();
81  return (void *)0;
82 }

References XrdOfsTPCProg::Run().

Referenced by XrdOfsTPCProg::Start().

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

Variable Documentation

◆ OfsEroute

XrdSysError OfsEroute
extern

◆ OfsTrace

XrdSysTrace OfsTrace
extern

◆ XrdOfsOss