ewmscp
..
|
#include "outputHandlerGpfs.h"
#include "block.h"
#include "copyRequestTypes.h"
#include "gpfsCommon.h"
#include "ewmscp.h"
#include "timer.h"
#include "throwcall.h"
#include <fcntl.h>
#include <libgen.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <vector>
#include <gpfs.h>
Go to the source code of this file.
Namespaces | |
outputHandler | |
Variables | |
static options::single< bool > | outputHandler::useRange ('\0', "gpfsOutUseRange", "use range hint in gpfs output", false) |
static options::single< bool > | outputHandler::freeRange ('\0', "gpfsOutFreeRange", "use range free in gpfs output", false) |
static options::single< bool > | outputHandler::doClearCache ('\0', "gpfsOutClearCache", "clear cache in gpfs output", false) |