1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2026-05-22 23:31:43 +00:00

Extract into library

This commit is contained in:
Maurice Heumann
2022-12-27 16:27:33 +01:00
parent f8f636a829
commit 28dd94f2ef
31 changed files with 279 additions and 237 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ namespace vmx
return this->access_records;
}
bool ept::handle_process_termination(const process_id process)
bool ept::cleanup_process(const process_id process)
{
bool changed = false;