X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_direct_paging.h;h=fc9d924942ef755c76cacf60929205962a2c1fd7;hp=07aec1838e8688d4370c06b35eb00ca3a48392b0;hb=9d346ee2cf8a7f2a79dc4929b8e0416de7d8f8c8;hpb=e2a6eba59e9be18cbf5095df4da4d716cf1cf141 diff --git a/palacios/include/palacios/vmm_direct_paging.h b/palacios/include/palacios/vmm_direct_paging.h index 07aec18..fc9d924 100644 --- a/palacios/include/palacios/vmm_direct_paging.h +++ b/palacios/include/palacios/vmm_direct_paging.h @@ -40,6 +40,7 @@ struct v3_passthrough_impl_state { // The externally visible state is just the callbacks v3_rw_lock_t event_callback_lock; struct list_head event_callback_list; + int inited; };