mirror of
https://github.com/darlinghq/darlingserver.git
synced 2024-11-26 22:00:26 +00:00
Merge pull request #3 from sherpya/stub-loadinfo
Use dtape_stub_safe() for HOST_CPU_LOAD_INFO
This commit is contained in:
commit
d8595a1d92
@ -211,6 +211,10 @@ kern_return_t host_statistics(host_t host, host_flavor_t flavor, host_info_t inf
|
||||
dtape_stub_safe("HOST_VM_INFO");
|
||||
return KERN_INVALID_ARGUMENT;
|
||||
|
||||
case HOST_CPU_LOAD_INFO:
|
||||
dtape_stub_safe("HOST_CPU_LOAD_INFO");
|
||||
return KERN_INVALID_ARGUMENT;
|
||||
|
||||
default:
|
||||
dtape_stub_unsafe();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user