Skip to content
Snippets Groups Projects
Commit f2278c2b authored by mvelosob's avatar mvelosob
Browse files

ObjectStore.ArchiveQueueAlgorithms unit tests fails or succeeds based on version of cmake

add declaration of the fully specialised getElementSummary() method
for archive queues
parent 6b223da3
No related branches found
No related tags found
No related merge requests found
......@@ -560,4 +560,13 @@ struct ContainerTraits<ArchiveQueue, ArchiveQueueToReportToRepackForFailure>::Qu
objectstore::JobQueueType value = objectstore::JobQueueType::JobsToReportToRepackForFailure;
};
template<>
auto ContainerTraits<ArchiveQueue,ArchiveQueueToTransferForUser>::
getPoppingElementsCandidates(Container &cont, PopCriteria &unfulfilledCriteria, ElementsToSkipSet &elementsToSkip,
log::LogContext &lc) -> PoppedElementsBatch;
template<>
auto ContainerTraits<ArchiveQueue,ArchiveQueueToTransferForUser>::
getElementSummary(const PoppedElement &poppedElement) -> PoppedElementsSummary;
}} // namespace cta::objectstore
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