|
XRootD
|
#include "XrdPfcInfo.hh"#include "XrdPfc.hh"#include "XrdPfcTrace.hh"#include "XrdOfs/XrdOfsConfigPI.hh"#include "XrdOss/XrdOss.hh"#include "XrdOuc/XrdOuca2x.hh"#include "XrdOuc/XrdOucArgs.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdOuc/XrdOucStream.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdSys/XrdSysFallocate.hh"#include <algorithm>#include <cstring>#include <iostream>#include <fcntl.h>#include <vector>#include <sys/time.h>
Include dependency graph for XrdPfcCommand.cc:Go to the source code of this file.
Variables | |
| const int | MAX_ACCESSES = 20 |
| const long long | ONE_GB = 1024ll * 1024 * 1024 |
| const long long | ONE_MB = 1024ll * 1024 |
| const int MAX_ACCESSES = 20 |
Definition at line 43 of file XrdPfcCommand.cc.
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
| const long long ONE_GB = 1024ll * 1024 * 1024 |
Definition at line 46 of file XrdPfcCommand.cc.
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
| const long long ONE_MB = 1024ll * 1024 |
Definition at line 45 of file XrdPfcCommand.cc.
Referenced by XrdPfc::Cache::ExecuteCommandUrl().