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
c26892d7
Commit
c26892d7
authored
9 years ago
by
Daniele Kruse
Browse files
Options
Downloads
Patches
Plain Diff
Updated comments in ArchiveToFileRequest
parent
0385d162
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
scheduler/ArchiveToFileRequest.hpp
+3
-5
3 additions, 5 deletions
scheduler/ArchiveToFileRequest.hpp
with
3 additions
and
5 deletions
scheduler/ArchiveToFileRequest.hpp
+
3
−
5
View file @
c26892d7
...
...
@@ -49,13 +49,11 @@ public:
*
* @param remoteFile The URL of the source remote file to be archived.
* @param archiveFile The full path of the destination archive file.
* @param
nbCopies The number of archive copies to b
e
c
re
ated
.
* @param
remoteFileStatus The status gotten from stat-ing th
e re
mote file
.
* @param copyNbToPoolMap The mapping from archive copy number to destination
* tape pool.
* @param priority The priority of the request.
* @param requester The identity of the user who made the request.
* @param creationTime Optionally the absolute time at which the user request
* was created. If no value is given then the current time is used.
* @param creationLog The creation information
*/
ArchiveToFileRequest
(
const
std
::
string
&
remoteFile
,
...
...
@@ -104,7 +102,7 @@ private:
std
::
map
<
uint16_t
,
std
::
string
>
m_copyNbToPoolMap
;
/**
* The s
ize of th
e file.
* The s
tatus gotten from stat-ing the remot
e file.
*/
RemoteFileStatus
m_remoteFileStatus
;
...
...
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