47d46
< #include "sim/config_node.hh"
445,447c444,445
< Checkpoint::Checkpoint(const std::string &cpt_dir, const std::string &path,
< const ConfigNode *_configNode)
< : db(new IniFile), basePath(path), configNode(_configNode), cptDir(cpt_dir)
---
> Checkpoint::Checkpoint(const std::string &cpt_dir, const std::string &path)
> : db(new IniFile), basePath(path), cptDir(cpt_dir)
473,475d470
< if ((value = configNode->resolveSimObject(path)) != NULL)
< return true;
<