#include <stdio.h>#include <stdlib.h>#include <string.h>#include <strings.h>#include <unistd.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include "XrdFrm/XrdFrmConfig.hh"#include "XrdFrm/XrdFrmMigrate.hh"#include "XrdFrm/XrdFrmRequest.hh"#include "XrdFrm/XrdFrmTrace.hh"#include "XrdFrm/XrdFrmTransfer.hh"#include "XrdFrm/XrdFrmUtils.hh"#include "XrdFrm/XrdFrmXfrAgent.hh"#include "XrdFrm/XrdFrmXfrDaemon.hh"#include "XrdNet/XrdNetOpts.hh"#include "XrdNet/XrdNetSocket.hh"#include "XrdOuc/XrdOucStream.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdSys/XrdSysTimer.hh"Go to the source code of this file.
Functions | |
| void * | XrdFrmXfrDaemonPong (void *parg) |
Variables | |
| const char * | XrdFrmXfrDaemonCVSID = "$Id: XrdFrmXfrDaemon.cc 35287 2010-09-14 21:19:35Z ganis $" |
| void* XrdFrmXfrDaemonPong | ( | void * | parg | ) |
Definition at line 121 of file XrdFrmXfrDaemon.cc.
References XrdFrmXfrDaemon::Pong().
Referenced by XrdFrmXfrDaemon::Pong().
| const char* XrdFrmXfrDaemonCVSID = "$Id: XrdFrmXfrDaemon.cc 35287 2010-09-14 21:19:35Z ganis $" |
Definition at line 13 of file XrdFrmXfrDaemon.cc.
1.5.1