Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
ce546f01
Commit
ce546f01
authored
May 20, 2019
by
Steven Murray
Browse files
Added supply member-variable to catalogue::TapePool
parent
40e4c32f
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue/TapePool.hpp
View file @
ce546f01
...
...
@@ -23,6 +23,7 @@
#include
<string>
#include
"common/dataStructures/EntryLog.hpp"
#include
"common/optional.hpp"
namespace
cta
{
namespace
catalogue
{
...
...
@@ -99,6 +100,11 @@ struct TapePool {
*/
uint64_t
nbPhysicalFiles
;
/**
* Optional value used by the tape pool supply mechanism.
*/
cta
::
optional
<
std
::
string
>
supply
;
/**
* The creation log.
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment