X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgears%2Fext_execve_hook.c;h=501b992504472171d08b72d2e78f0d571731af97;hb=4b7f19c51325601d7e7569e6101c7bfcdf984ef7;hp=17142eb64b6f485948bc9b8d2595006c2b359fcf;hpb=acaadd79c597c8d5180fbfbec79c01fef3dff003;p=palacios.git diff --git a/palacios/src/gears/ext_execve_hook.c b/palacios/src/gears/ext_execve_hook.c index 17142eb..501b992 100644 --- a/palacios/src/gears/ext_execve_hook.c +++ b/palacios/src/gears/ext_execve_hook.c @@ -143,8 +143,8 @@ int v3_unhook_executable (struct v3_vm_info * vm, const uchar_t * binfile) { static struct v3_extension_impl execve_impl = { .name = "execve_intercept", - .init = init_exec_hooks, - .deinit = NULL, + .vm_init = init_exec_hooks, + .vm_deinit = NULL, .core_init = init_exec_hooks_core, .core_deinit = deinit_exec_hooks_core, .on_entry = NULL,