#include <unistd.h>#include <stdio.h>#include <sys/file.h>#include <sys/param.h>#include <sys/types.h>#include <sys/wait.h>#include <errno.h>#include <fcntl.h>#include <limits.h>#include <strings.h>#include <utime.h>#include "XrdOss/XrdOssApi.hh"#include "XrdOss/XrdOssConfig.hh"#include "XrdOss/XrdOssError.hh"#include "XrdOss/XrdOssLock.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysPlatform.hh"
Defines | |
| #define | XrdOssLKFNAME "DIR_LOCK" |
| #define | XrdOssLKSUFFIX ".lock" |
| #define | XrdOssLKTRIES 300 |
| #define | XrdOssLKWAIT 1 |
Variables | |
| const char * | XrdOssLockCVSID = "$Id: XrdOssLock.cc,v 1.12 2009/12/18 22:40:46 abh Exp $" |
| XrdSysError | OssEroute |
| #define XrdOssLKFNAME "DIR_LOCK" |
Referenced by XrdOssLock::Build_LKFN().
| #define XrdOssLKSUFFIX ".lock" |
Referenced by XrdOssLock::Build_LKFN().
| #define XrdOssLKTRIES 300 |
| #define XrdOssLKWAIT 1 |
| const char* XrdOssLockCVSID = "$Id: XrdOssLock.cc,v 1.12 2009/12/18 22:40:46 abh Exp $" |
1.7.1