XRootD
XrdBwmLogger.cc File Reference
#include <cctype>
#include <stddef.h>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include "XrdBwm/XrdBwmLogger.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdOuc/XrdOucProg.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdNet/XrdNetOpts.hh"
#include "XrdNet/XrdNetSocket.hh"
#include "XrdSys/XrdSysPlatform.hh"
+ Include dependency graph for XrdBwmLogger.cc:

Go to the source code of this file.

Classes

class  XrdBwmLoggerMsg
 

Functions

void * XrdBwmLoggerSend (void *pp)
 

Function Documentation

◆ XrdBwmLoggerSend()

void* XrdBwmLoggerSend ( void *  pp)

Definition at line 68 of file XrdBwmLogger.cc.

69 {
70  XrdBwmLogger *lP = (XrdBwmLogger *)pp;
71  lP->sendEvents();
72  return (void *)0;
73 }
void sendEvents(void)

References XrdBwmLogger::sendEvents().

Referenced by XrdBwmLogger::Start().

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