Skip to content
Snippets Groups Projects

Improve FileStagerSvc and add a test

Merged Roel Aaij requested to merge fix_filestager into 2018-patches
All threads resolved!
11 files
+ 110
157
Compare changes
  • Side-by-side
  • Inline
Files
11
// $Id: $
#ifndef FILESTAGER_FILESTAGERFUNCTIONS_H
#ifndef FILESTAGER_FILESTAGERFUNCTIONS_H
#define FILESTAGER_FILESTAGERFUNCTIONS_H 1
#include <string>
namespace FileStager {
bool createPFN( std::string& remote, std::string& command, bool stageLocal = false );
bool createLFN( std::string& remote, std::string& command );
}
#endif // FILESTAGER_FILESTAGERFUNCTIONS_H
Loading