This commit is contained in:
BenDr0id 2018-07-27 17:18:57 +02:00
parent 527b557f9e
commit ed80e8a436
12 changed files with 117 additions and 50 deletions

View file

@ -150,6 +150,11 @@ void ClientStatus::setLog(const std::string& log)
m_log = log;
}
void ClientStatus::clearLog()
{
m_log.clear();
}
bool ClientStatus::hasHugepages() const
{
return m_hasHugepages;