X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_swapping.h;h=a5e1d3f44414ef3eeec656780e46b971b22309a4;hb=7a10bbf26095ed08095f38de6c1db4b3a131d6f0;hp=ea5deb67ba113f2aa4b164e6b249ff0b256035a4;hpb=5ef0e92d52b2698fd2706cd7cfc2b01526a6e319;p=palacios.git diff --git a/palacios/include/palacios/vmm_swapping.h b/palacios/include/palacios/vmm_swapping.h index ea5deb6..a5e1d3f 100644 --- a/palacios/include/palacios/vmm_swapping.h +++ b/palacios/include/palacios/vmm_swapping.h @@ -59,12 +59,12 @@ struct v3_swap_region_state { struct v3_mem_region; -typedef struct v3_xml v3_cfg_tree_t; +struct v3_xml; int v3_init_swapping(); int v3_deinit_swapping(); -int v3_init_swapping_vm(struct v3_vm_info *vm, v3_cfg_tree_t *config); +int v3_init_swapping_vm(struct v3_vm_info *vm, struct v3_xml *config); int v3_deinit_swapping_vm(struct v3_vm_info *vm); // not needed yet