X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_direct_paging.h;h=ee418163a3cea806793176d06f5c2939b1c559ef;hb=ce0f119828348c3c57a00c4aa268a8a223ccd7f8;hp=925a29966a878a8f78db1c0a182cb4ddbeea7e26;hpb=e8ee9e1536b3fa2e69f5537a90f5e034e9529248;p=palacios.git diff --git a/palacios/include/palacios/vmm_direct_paging.h b/palacios/include/palacios/vmm_direct_paging.h index 925a299..ee41816 100644 --- a/palacios/include/palacios/vmm_direct_paging.h +++ b/palacios/include/palacios/vmm_direct_paging.h @@ -91,7 +91,7 @@ int v3_register_passthrough_paging_event_callback(struct v3_vm_info *vm, int v3_unregister_passthrough_paging_event_callback(struct v3_vm_info *vm, int (*callback)(struct guest_info *core, - struct v3_passthrough_pg_event, + struct v3_passthrough_pg_event *, void *priv_data), void *priv_data); @@ -155,7 +155,7 @@ int v3_register_nested_paging_event_callback(struct v3_vm_info *vm, int v3_unregister_nested_paging_event_callback(struct v3_vm_info *vm, int (*callback)(struct guest_info *core, - struct v3_nested_pg_event, + struct v3_nested_pg_event *, void *priv_data), void *priv_data);