XRootD
XrdRmcReal.cc File Reference
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <unistd.h>
#include <sys/mman.h>
#include <sys/types.h>
#include "XrdRmc/XrdRmcData.hh"
#include "XrdSys/XrdSysHeaders.hh"
+ Include dependency graph for XrdRmcReal.cc:

Go to the source code of this file.

Functions

void * XrdRmcRealPRXeq (void *parg)
 

Function Documentation

◆ XrdRmcRealPRXeq()

void* XrdRmcRealPRXeq ( void *  parg)

Definition at line 52 of file XrdRmcReal.cc.

53 { XrdRmcReal *cP = (XrdRmcReal *)parg;
54  cP->PreRead();
55  return (void *)0;
56 }
void PreRead()
Definition: XrdRmcReal.cc:456

References XrdRmcReal::PreRead().

Referenced by XrdRmcReal::XrdRmcReal().

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