Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
d5ac738d
Commit
d5ac738d
authored
10 years ago
by
Daniele Kruse
Browse files
Options
Downloads
Patches
Plain Diff
Fixed comments
parent
643baf42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xroot_plugins/XrdProFilesystem.hpp
+20
-20
20 additions, 20 deletions
xroot_plugins/XrdProFilesystem.hpp
with
20 additions
and
20 deletions
xroot_plugins/XrdProFilesystem.hpp
+
20
−
20
View file @
d5ac738d
...
...
@@ -31,12 +31,12 @@ public:
protected:
/**
* Parses the
rmdir re
que
st
into the
command line
structure
* Parses the que
ry
into the
request
structure
*
* @param args the
re
que
st
string
* @param args the que
ry
string
s
* @param req resulting parsed request
* @param eInfo Error information
* @return SFS_OK in case parsing is done correctly, SFS_
ERROR
otherwise
* @return SFS_OK in case parsing is done correctly, SFS_
DATA
otherwise
*/
int
parseRequest
(
const
XrdSfsFSctl
&
args
,
ParsedRequest
&
req
,
XrdOucErrInfo
&
eInfo
);
...
...
@@ -44,71 +44,71 @@ protected:
* Checks whether client has correct permissions
*
* @param req parsed request
* @param eInfo Error information
* @return SFS_OK in case check is passed, SFS_
ERROR
otherwise
* @param eInfo
Error information
* @return SFS_OK in case check is passed, SFS_
DATA
otherwise
*/
int
checkClient
(
const
XrdSecEntity
*
client
,
XrdOucErrInfo
&
eInfo
);
/**
* Executes the command contained within the
command line
structure
* Executes the command contained within the
request
structure
*
* @param req parsed request
* @param eInfo Error information
* @return SFS_
OK in case executed correctly, SFS_ERROR otherwise
* @return SFS_
DATA
*/
int
executeArchiveCommand
(
ParsedRequest
&
req
,
XrdOucErrInfo
&
eInfo
);
/**
* Executes the command contained within the
command line
structure
* Executes the command contained within the
request
structure
*
* @param req parsed request
* @param eInfo Error information
* @return SFS_
OK in case executed correctly, SFS_ERROR otherwise
* @return SFS_
DATA
*/
int
executeCreateStorageClassCommand
(
ParsedRequest
&
req
,
XrdOucErrInfo
&
eInfo
);
/**
* Executes the command contained within the
command line
structure
* Executes the command contained within the
request
structure
*
* @param req parsed request
* @param eInfo Error information
* @return SFS_
OK in case executed correctly, SFS_ERROR otherwise
* @return SFS_
DATA
*/
int
executeChangeStorageClassCommand
(
ParsedRequest
&
req
,
XrdOucErrInfo
&
eInfo
);
/**
* Executes the command contained within the
command line
structure
* Executes the command contained within the
request
structure
*
* @param req parsed request
* @param eInfo Error information
* @return SFS_
OK in case executed correctly, SFS_ERROR otherwise
* @return SFS_
DATA
*/
int
executeDeleteStorageClassCommand
(
ParsedRequest
&
req
,
XrdOucErrInfo
&
eInfo
);
/**
* Executes the command contained within the
command line
structure
* Executes the command contained within the
request
structure
*
* @param req parsed request
* @param eInfo Error information
* @return SFS_
OK in case executed correctly, SFS_ERROR otherwise
* @return SFS_
DATA
*/
int
executeListStorageClassCommand
(
ParsedRequest
&
req
,
XrdOucErrInfo
&
eInfo
);
/**
* Executes the command contained within the
command line
structure
* Executes the command contained within the
request
structure
*
* @param req parsed request
* @param eInfo Error information
* @return SFS_
OK in case executed correctly, SFS_ERROR otherwise
* @return SFS_
DATA
*/
int
executeMkdirCommand
(
ParsedRequest
&
req
,
XrdOucErrInfo
&
eInfo
);
/**
* Executes the command contained within the
command line
structure
* Executes the command contained within the
request
structure
*
* @param req parsed request
* @param eInfo Error information
* @return SFS_
OK in case executed correctly, SFS_ERROR otherwise
* @return SFS_
DATA
*/
int
executeRmdirCommand
(
ParsedRequest
&
req
,
XrdOucErrInfo
&
eInfo
);
...
...
@@ -117,7 +117,7 @@ protected:
*
* @param args the archive request string
* @param eInfo Error information
* @return SFS_OK in case dispatching is done correctly, SFS_
ERROR
otherwise
* @return SFS_OK in case dispatching is done correctly, SFS_
DATA
otherwise
*/
int
dispatchRequest
(
XrdSfsFSctl
&
args
,
XrdOucErrInfo
&
eInfo
);
};
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment