ldas-tools-diskcacheAPI
2.6.1
|
#include <diskcache_config.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <ctype.h>
#include <unistd.h>
#include <algorithm>
#include <list>
#include <map>
#include "ldastoolsal/SignalHandler.hh"
#include "genericAPI/Logging.hh"
#include "genericAPI/LDASplatform.hh"
#include "genericAPI/MonitorMemory.hh"
#include "genericAPI/Stat.hh"
#include "diskcacheAPI/Common/Variables.hh"
#include "diskcacheAPI/Cache/ExcludedDirectoriesSingleton.hh"
#include "diskcacheAPI/Cache/ExcludedPattern.hh"
#include "diskcacheAPI/Cache/HotDirectory.hh"
#include "diskcacheAPI/IO.hh"
#include "diskcacheAPI/MetaCommands.hh"
#include "Commands.hh"
#include "diskcachecmd.hh"
#include "DumpCacheDaemon.hh"
#include "MountPointScanner.hh"
#include "ScanMountPointsDaemon.hh"
Namespaces | |
diskCache | |
Maintains a list of commands that are supported. | |
diskCache::MetaCommand | |
Macros | |
#define | REQUEST_RELOAD LDASTools::AL::SignalHandler::SIGNAL_HANGUP |
Typedefs | |
typedef diskCache::MetaCommand::client_type | client_type |
typedef diskCache::MetaCommand::ClientServerInterface::ServerInfo | ServerInfo |
#define REQUEST_RELOAD LDASTools::AL::SignalHandler::SIGNAL_HANGUP |