ldas-tools-diskcacheAPI
2.7.2
|
#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 | |
anonymous_namespace{MetaCommandDaemon.cc} | |
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 |
Functions | |
CommandLineOptions | anonymous_namespace{MetaCommandDaemon.cc}::convert_line_to_options (char *Buffer) |
void | anonymous_namespace{MetaCommandDaemon.cc}::order_by_access (std::list< std::string > &Paths) |
#define REQUEST_RELOAD LDASTools::AL::SignalHandler::SIGNAL_HANGUP |