Switch to side-by-side view
--- a/src/common/rclconfig.cpp +++ b/src/common/rclconfig.cpp @@ -849,6 +849,10 @@ string RclConfig::getStopfile() { return path_cat(getConfDir(), "stoplist.txt"); +} +string RclConfig::getPidfile() +{ + return path_cat(getConfDir(), "index.pid"); } list<string>& RclConfig::getSkippedNames()