XRootD
XrdSecTLayer.cc File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <poll.h>
#include <cstdio>
#include <unistd.h>
#include "XrdOuc/XrdOucErrInfo.hh"
#include "XrdSec/XrdSecTLayer.hh"
#include "XrdSys/XrdSysE2T.hh"
#include "XrdSys/XrdSysFD.hh"
#include "XrdSys/XrdSysHeaders.hh"
+ Include dependency graph for XrdSecTLayer.cc:

Go to the source code of this file.

Functions

void * XrdSecTLayerBootUp (void *carg)
 

Function Documentation

◆ XrdSecTLayerBootUp()

void* XrdSecTLayerBootUp ( void *  carg)

Definition at line 208 of file XrdSecTLayer.cc.

209  {XrdSecTLayer *tP = (XrdSecTLayer *)carg;
210  tP->secXeq();
211  return (void *)0;
212  }

References XrdSecTLayer::secXeq().

+ Here is the call graph for this function: