WIP
This commit is contained in:
parent
527b557f9e
commit
ed80e8a436
12 changed files with 117 additions and 50 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue