This commit is contained in:
Jethro Grassie
2019-08-09 19:45:03 -04:00
parent 8d7d95760f
commit 3633ef7f9d
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ public:
CpuBackend(Controller *controller);
~CpuBackend() override;
std::pair<size_t, size_t> hugePages() const;
std::pair<unsigned, unsigned> hugePages() const;
protected:
bool isEnabled() const override;