Skip to content
Snippets Groups Projects
Commit efe81dcb authored by Eric Cano's avatar Eric Cano
Browse files

Renamed garbage collector process to maintenance process.

parent 21651eb3
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ namespace cta { namespace tape { namespace daemon {
// constructor
//------------------------------------------------------------------------------
MaintenanceHandler::MaintenanceHandler(const TapedConfiguration& tapedConfig, ProcessManager& pm):
SubprocessHandler("garbageCollector"), m_processManager(pm), m_tapedConfig(tapedConfig) {
SubprocessHandler("maintenanceHandler"), m_processManager(pm), m_tapedConfig(tapedConfig) {
// As the handler is started, its first duty is to create a new subprocess. This
// will be managed by the process manager (initial request in getInitialStatus)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment