Skip to content
Snippets Groups Projects
Commit e4d69464 authored by Steven Murray's avatar Steven Murray
Browse files

Added supply member-variable to catalogue::TapePool

parent 5209190c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
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