mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 17:51:52 +00:00
Extract into library
This commit is contained in:
@ -70,7 +70,10 @@ private:
|
||||
{
|
||||
if (type == process_callback::type::destroy)
|
||||
{
|
||||
this->hypervisor_.handle_process_termination(process_id);
|
||||
if (this->hypervisor_.cleanup_process(process_id))
|
||||
{
|
||||
debug_log("Handled termination of %X\n", process_id);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user