|
xrootd
|
#include <XrdSutAux.hh>
Public Types | |
| enum | ELockType { kShared = 0, kExcl = 1 } |
Public Member Functions | |
| XrdSutFileLocker (int fd, ELockType lock) | |
| ~XrdSutFileLocker () | |
| bool | IsValid () const |
Private Attributes | |
| int | fdesk |
| bool | valid |
| XrdSutFileLocker::XrdSutFileLocker | ( | int | fd, |
| ELockType | lock | ||
| ) |
|
inline |
References valid.
Referenced by XrdCryptosslX509ChainToFile(), and ~XrdSutFileLocker().
|
private |
Referenced by XrdSutFileLocker(), and ~XrdSutFileLocker().
|
private |
Referenced by IsValid(), and XrdSutFileLocker().
1.8.3.1