XRootD
XrdOfsEvs.cc File Reference
#include <cctype>
#include <cstdarg>
#include <stddef.h>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <sys/stat.h>
#include "XrdOfs/XrdOfsEvs.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 XrdOfsEvs.cc:

Go to the source code of this file.

Classes

class  XrdOfsEvsMsg
 

Functions

void * XrdOfsEvsSend (void *pp)
 

Function Documentation

◆ XrdOfsEvsSend()

void* XrdOfsEvsSend ( void *  pp)

Definition at line 71 of file XrdOfsEvs.cc.

72 {
73  XrdOfsEvs *evs = (XrdOfsEvs *)pp;
74  evs->sendEvents();
75  return (void *)0;
76 }
void sendEvents(void)
Definition: XrdOfsEvs.cc:363

References XrdOfsEvs::sendEvents().

Referenced by XrdOfsEvs::Start().

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