xrootd
|
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "XrdOuc/XrdOucTList.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysPlatform.hh"
#include "XrdSys/XrdSysPthread.hh"
Classes | |
class | XrdW41Gate |
class | XrdW41Dirs |
Namespaces | |
namespace | XrdWait41 |
Functions | |
void * | XrdWait41::GateWait (void *parg) |
int | main (int argc, char *argv[]) |
Variables | |
const char * | XrdWait41CVSID = "$Id$" |
int main | ( | int | argc, |
char * | argv[] | ||
) |
References XrdW41Dirs::Expand(), read(), S_ISDIR, S_ISREG, XrdSysThread::setStackSize(), stat(), STDIN_FILENO, and XrdW41Gate::Wait41().
const char* XrdWait41CVSID = "$Id$" |