Skip to content
Snippets Groups Projects
Commit 7983f893 authored by Michael Davis's avatar Michael Davis
Browse files

Merge changes to XrdCtaFilesystem.hpp

parent ffe2099e
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ public:
virtual int chmod(const char *path, XrdSfsMode mode, XrdOucErrInfo &eInfo, const XrdSecEntity *client = 0, const char *opaque = 0);
virtual void Disc(const XrdSecEntity *client = 0);
virtual void EnvInfo(XrdOucEnv *envP);
virtual int FSctl(const int cmd, XrdSfsFSctl &args, XrdOucErrInfo &eInfo, const XrdSecEntity *client = 0);
virtual int fsctl(const int cmd, const char *args, XrdOucErrInfo &eInfo, const XrdSecEntity *client = 0);
virtual int getStats(char *buff, int blen);
virtual const char *getVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment