#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"
Go to the source code of this file.
Defines | |
#define | XrdOssLKFNAME "DIR_LOCK" |
#define | XrdOssLKSUFFIX ".lock" |
#define | XrdOssLKTRIES 300 |
#define | XrdOssLKWAIT 1 |
Variables | |
const char * | XrdOssLockCVSID = "$Id: XrdOssLock.cc 34000 2010-06-21 06:49:56Z ganis $" |
XrdSysError | OssEroute |
#define XrdOssLKFNAME "DIR_LOCK" |
Definition at line 95 of file XrdOssLock.cc.
Referenced by XrdOssLock::Build_LKFN(), XrdOssLock::NoSerialize(), and XrdOssLock::Serialize().
#define XrdOssLKSUFFIX ".lock" |
#define XrdOssLKTRIES 300 |
#define XrdOssLKWAIT 1 |
const char* XrdOssLockCVSID = "$Id: XrdOssLock.cc 34000 2010-06-21 06:49:56Z ganis $" |
Definition at line 13 of file XrdOssLock.cc.