1 #ifndef _XROOTD_FILELOCK1_H_
2 #define _XROOTD_FILELOCK1_H_
42 int Lock(
const char *path,
char mode,
bool force);
44 void numLocks(
const char *path,
int &rcnt,
int &wcnt);
46 int Unlock(
const char *path,
char mode);
51 static const char *TraceID;
void numLocks(const char *path, int &rcnt, int &wcnt)
int Unlock(const char *path, char mode)
int Lock(const char *path, char mode, bool force)