XRootD
XrdBuffer.cc File Reference
#include <ctime>
#include <unistd.h>
#include <cstdio>
#include <cstdlib>
#include <sys/types.h>
#include "XrdOuc/XrdOucUtils.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysPlatform.hh"
#include "XrdSys/XrdSysTimer.hh"
#include "Xrd/XrdBuffer.hh"
#include "Xrd/XrdBuffXL.hh"
#include "Xrd/XrdTrace.hh"
+ Include dependency graph for XrdBuffer.cc:

Go to the source code of this file.

Namespaces

 XrdGlobal
 

Functions

void * XrdReshaper (void *pp)
 

Variables

XrdSysError XrdGlobal::Log
 
XrdBuffXL XrdGlobal::xlBuff
 

Function Documentation

◆ XrdReshaper()

void* XrdReshaper ( void *  pp)

Definition at line 48 of file XrdBuffer.cc.

49 {
50  XrdBuffManager *bmp = (XrdBuffManager *)pp;
51  bmp->Reshape();
52  return (void *)0;
53 }
void Reshape()
Definition: XrdBuffer.cc:242

References XrdBuffManager::Reshape().

Referenced by XrdBuffManager::Init().

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