Commit 0ae40ede authored by Maysam Rahmanpour's avatar Maysam Rahmanpour
Browse files

Added stagelist header

parent 6b1a35f7
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
#include <string>
#include <vector>
#include <fstream>
#include <iostream>

namespace hsminital {

    extern const std::string cached_file_list;
    extern std::string lustreroot;
    extern std::string gekkoroot;

    bool transfercachedfiles();

} // namespace hsminital