X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_exits.h;h=899bf0bfd6ab3dff3d49732a974d4fb69034c56e;hb=9feccf93cd8327d1d30a404a92f19716bf5a1e96;hp=e793137904d492add5f3257ef7a74e4300cbbe3b;hpb=45990b15161a5d97d4e4b7c4caeb84afb933de98;p=palacios.git diff --git a/palacios/include/palacios/vmm_exits.h b/palacios/include/palacios/vmm_exits.h index e793137..899bf0b 100644 --- a/palacios/include/palacios/vmm_exits.h +++ b/palacios/include/palacios/vmm_exits.h @@ -98,7 +98,7 @@ int v3_hook_exit(struct v3_vm_info * vm, v3_exit_type_t exit_type, void * priv_data, struct guest_info * current_core); -int v3_unhook_exit(struct v3_vm_info * vm, v3_exit_type_t exit_type); +int v3_unhook_exit(struct v3_vm_info * vm, v3_exit_type_t exit_type, struct guest_info * current_core); #endif