X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_mem_hook.h;h=21d0eef79bcbdabf0ba939d3c49dc278f1e74e24;hp=65e33220675b29bd2d183b230903418237957f82;hb=9d346ee2cf8a7f2a79dc4929b8e0416de7d8f8c8;hpb=e2a6eba59e9be18cbf5095df4da4d716cf1cf141 diff --git a/palacios/include/palacios/vmm_mem_hook.h b/palacios/include/palacios/vmm_mem_hook.h index 65e3322..21d0eef 100644 --- a/palacios/include/palacios/vmm_mem_hook.h +++ b/palacios/include/palacios/vmm_mem_hook.h @@ -42,6 +42,8 @@ struct v3_mem_hooks { /* We track memory hooks via a hash table */ /* keyed to the memory region pointer */ struct hashtable * reg_table; + + int inited; // structure needs to be deinited };