fix #1108
This commit is contained in:
parent
24c293e58e
commit
843951266f
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue