|
a/src/internfile/internfile.h |
|
b/src/internfile/internfile.h |
|
... |
|
... |
272 |
string m_reason;
|
272 |
string m_reason;
|
273 |
FIMissingStore *m_missingdatap;
|
273 |
FIMissingStore *m_missingdatap;
|
274 |
|
274 |
|
275 |
Uncomp m_uncomp;
|
275 |
Uncomp m_uncomp;
|
276 |
|
276 |
|
|
|
277 |
bool m_noxattrs; // disable xattrs usage
|
|
|
278 |
|
277 |
// Pseudo-constructors
|
279 |
// Pseudo-constructors
|
278 |
void init(const string &fn, const struct stat *stp,
|
280 |
void init(const string &fn, const struct stat *stp,
|
279 |
RclConfig *cnf, int flags, const string *mtype = 0);
|
281 |
RclConfig *cnf, int flags, const string *mtype = 0);
|
280 |
void init(const string &data, RclConfig *cnf, int flags,
|
282 |
void init(const string &data, RclConfig *cnf, int flags,
|
281 |
const string& mtype);
|
283 |
const string& mtype);
|