Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
isolate VM migration parameters from others
[simgrid.git] / include / simgrid / datatypes.h
index 815e937..d52d21f 100644 (file)
 #include "simgrid/forward.h"
 
 struct vm_params {
-  int ncpus;
-  sg_size_t ramsize;
-  int overcommit;
-
-  /* The size of other states than memory pages, which is out-of-scope of dirty
-   * page tracking. */
+  /* The size of other states than memory pages, which is out-of-scope of dirty page tracking. */
   sg_size_t devsize;
   int skip_stage1;
   int skip_stage2;