Go to the documentation of this file.
21 #ifndef __OUC_STRING_H__
31 #define kDefFileID "XrdIF"
32 #define kXrdIFVersion 1
35 #define kOfsVersion 8 // == kFileIDSize (if this changes remember to scale
36 #define kOfsCtime 12 // accordingly the other offsets ...)
38 #define kOfsEntries 20
42 #define kPFEcreate 0x1
45 #define kMaxLockTries 3
79 void SetName(
const char *n = 0);
133 const char *em1 = 0,
const char *em2 = 0);
137 kXR_int32 createmode = 0600,
bool hashtab = 1);
143 kXR_int32 createmode = 0600,
bool hashtab = 1);
147 const char *nam = 0,
kXR_int32 createmode = 0600);
151 const char *
Name()
const {
return (
const char *)
name; }