Skip to content

Commit

Permalink
[Server] Refactor fattr support to be more rational (breaks ABI).
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 authored and simonmichal committed Dec 10, 2018
1 parent 3b1b820 commit 4999e9f
Show file tree
Hide file tree
Showing 8 changed files with 539 additions and 435 deletions.
7 changes: 4 additions & 3 deletions src/XrdOfs/XrdOfs.hh
Expand Up @@ -219,6 +219,10 @@ public:
const XrdSecEntity *client,
const char *opaque = 0);

int FAttr( XrdSfsFACtl *faReq,
XrdOucErrInfo &eInfo,
const XrdSecEntity *client = 0);

int fsctl(const int cmd,
const char *args,
XrdOucErrInfo &out_error,
Expand Down Expand Up @@ -354,9 +358,6 @@ static int Emsg(const char *, XrdOucErrInfo &, int, const char *x,
XrdOfsHandle *hP);
static int Emsg(const char *, XrdOucErrInfo &, int, const char *x,
const char *y="");
int ctlFAttr(XrdSfsFACtl &faCtl,
XrdOucErrInfo &einfo,
const XrdSecEntity *client);
static int fsError(XrdOucErrInfo &myError, int rc);
const char *Split(const char *Args, const char **Opq, char *Path, int Plen);
int Stall(XrdOucErrInfo &, int, const char *);
Expand Down

0 comments on commit 4999e9f

Please sign in to comment.