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 Oct 16, 2019
1 parent 1f2bdf0 commit 41db979
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 @@ -220,6 +220,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 @@ -360,9 +364,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 41db979

Please sign in to comment.