Home
last modified time | relevance | path

Searched refs:maxNumPELs (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp160 size_t maxNumPELs);
H A Drepository.cpp62 size_t maxNumPELs) : in Repository() argument
64 _maxNumPELs(maxNumPELs), _archivePath(basePath / "logs" / "archive") in Repository()