| 
    ewmscp
    ..
    
   | 
 
#include <OptionsChrono.h>#include "outputHandlerPosixFile.h"#include "block.h"#include "copyRequestTypes.h"#include "ewmscp.h"#include "timer.h"#include "throwcall.h"#include "errMsgQueue.h"#include <fcntl.h>#include <libgen.h>#include <sys/stat.h>#include <sys/types.h>#include <sys/statvfs.h>#include <unistd.h>#include <vector>Go to the source code of this file.
Namespaces | |
| outputHandler | |
Variables | |
| static options::single< unsigned long > | outputHandler::requiredFsid ('\0', "requiredFsid", "required fsid of output file system", 0) | 
| static options::single< unsigned long > | outputHandler::fsidMask ('\0', "fsidMask", "bit mask for required fsid of output file system", 0) | 
| static options::single< timer::clock_type::duration > | outputHandler::slownessThreshold ('\0',"posixSlownessThreshold", "duration after which file operations are considered slow", std::chrono::seconds(1)) | 
 1.8.17