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
e671a98f
Commit
e671a98f
authored
10 years ago
by
Giuseppe Lo Presti
Browse files
Options
Downloads
Patches
Plain Diff
Fixing documentation
parent
36caaa18
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
movers/moveropenclose.cpp
+1
-2
1 addition, 2 deletions
movers/moveropenclose.cpp
movers/moveropenclose.h
+3
-3
3 additions, 3 deletions
movers/moveropenclose.h
with
4 additions
and
5 deletions
movers/moveropenclose.cpp
+
1
−
2
View file @
e671a98f
...
...
@@ -87,8 +87,7 @@ extern "C" {
try
{
/* Prepare open message. Protocol:
OPEN <errorCode> <transferMetaData>
where the latter is a tuple:
(<isWriteFlag>, <tident>, <transferType>, <physicalPath> [, transferId])
where the latter is a tuple (cf. header for its full specification)
*/
std
::
ostringstream
writeBuf
;
writeBuf
<<
"OPEN "
<<
*
errorcode
<<
" "
<<
transferMetaData
;
...
...
This diff is collapsed.
Click to expand it.
movers/moveropenclose.h
+
3
−
3
View file @
e671a98f
...
...
@@ -38,10 +38,10 @@ extern "C" {
*
* port the port to which to connect
* transferMetaData the metadata associated with this transfer. This is a string tuple:
* (
isWriteFlag, tident
, transferType,
physicalPath [
, transferId
]
)
* (
tident, physicalPath
, transferType,
isWriteFlag
, transferId)
* where tident has the format: username.clientPid:fd@clientHost
* and transferType is one of
T
ape,
U
ser,
D2DU
ser,
D2DI
nternal,
D2DD
raining,
D2DB
alance
* and transferId is
missing
for non-user transfers
* and transferType is one of
t
ape,
u
ser,
d2du
ser,
d2di
nternal,
d2dd
raining,
d2redb
alance
* and transferId is
the UUID of the transfer, 0
for non-user transfers
* errorcode an error code to be passed in case of a failure; it may be filled
with a non-zero value when the operation fails
* errormsg a pointer to a buffer for the error message if the operation failed
...
...
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