Skip to content
Snippets Groups Projects
Commit 2cedcb6a authored by Eric Cano's avatar Eric Cano
Browse files

#533: moved DiskSystem back to disk directory.

parent 5111e0f3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
#include <xroot_plugins/XrdCtaStream.hpp>
#include <xroot_plugins/XrdSsiCtaRequestMessage.hpp>
#include "common/dataStructures/DiskSystem.hpp"
#include "disk/DiskSystem.hpp"
namespace cta { namespace xrd {
......@@ -53,7 +53,7 @@ private:
*/
virtual int fillBuffer(XrdSsiPb::OStreamBuffer<Data> *streambuf);
cta::common::dataStructures::DiskSystemList m_diskSystemList; //!< List of disk systems from the catalogue
cta::disk::DiskSystemList m_diskSystemList; //!< List of disk systems from the catalogue
static constexpr const char* const LOG_SUFFIX = "DiskSystemLsStream"; //!< Identifier for log messages
};
......
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