From: Jack Lange Date: Thu, 20 Jan 2011 21:58:11 +0000 (-0600) Subject: changed deinitialization prototype to be compatible with Linux declarations X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=f762b666f3ea508a49b16429e185eb458aa83329;p=palacios.git changed deinitialization prototype to be compatible with Linux declarations --- diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index cb1bf4c..9ee2bf8 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -320,7 +320,7 @@ struct v3_interrupt { void Init_V3(struct v3_os_hooks * hooks, int num_cpus); -void Deinit_V3(); +void Shutdown_V3( void ); struct v3_vm_info * v3_create_vm(void * cfg, void * priv_data, char * name);