Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Bug fix and cleanup
[palacios.git] / palacios / include / palacios / vmm_swapping.h
index ea5deb6..a5e1d3f 100644 (file)
@@ -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