![]() |
XRootD
|
#include <XrdSutAux.hh>
Public Types | |
enum | ELockType { kShared = 0 , kExcl = 1 } |
Public Member Functions | |
XrdSutFileLocker (int fd, ELockType lock) | |
~XrdSutFileLocker () | |
bool | IsValid () const |
Definition at line 238 of file XrdSutAux.hh.
XrdSutFileLocker::XrdSutFileLocker | ( | int | fd, |
ELockType | lock | ||
) |
Definition at line 621 of file XrdSutAux.cc.
References fcntl(), and kExcl.
XrdSutFileLocker::~XrdSutFileLocker | ( | ) |
Definition at line 644 of file XrdSutAux.cc.
References fcntl(), and IsValid().
|
inline |
Definition at line 246 of file XrdSutAux.hh.
Referenced by ~XrdSutFileLocker(), and XrdCryptosslX509ChainToFile().