X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_host_events.h;h=15bcb7dd8b1ec0611a66093e254c8b0713002e89;hb=5b1f618cf74dbcd7e490fa3fe4da5a4c53d79b5d;hp=c8113731885e0d9f4f6ffd8c450602f6b336b917;hpb=13d8e5d4035b90bf1ab8b1da115c7d6310c76526;p=palacios.git diff --git a/palacios/include/palacios/vmm_host_events.h b/palacios/include/palacios/vmm_host_events.h index c811373..15bcb7d 100644 --- a/palacios/include/palacios/vmm_host_events.h +++ b/palacios/include/palacios/vmm_host_events.h @@ -92,6 +92,7 @@ struct v3_host_events { int v3_init_host_events(struct v3_vm_info * vm); +int v3_deinit_host_events(struct v3_vm_info * vm); #define V3_HOST_EVENT_HANDLER(cb) ((union v3_host_event_handler)cb)