X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2bfd59feb2da75a1eabaac5e6727a9dd2a8bb7d4..6b40140ea8cf1c9e249827d3aed6181b9528d1cf:/include/simgrid/datatypes.h diff --git a/include/simgrid/datatypes.h b/include/simgrid/datatypes.h index 7c5814e7fd..facacb4749 100644 --- a/include/simgrid/datatypes.h +++ b/include/simgrid/datatypes.h @@ -10,17 +10,12 @@ #include "simgrid/forward.h" struct vm_params { - /* The size of other states than memory pages, which is out-of-scope of dirty page tracking. */ - int skip_stage1; - int skip_stage2; double max_downtime; - - double dp_intensity; // Percentage of pages that get dirty compared to netspeed [0;1] - double dp_cap; /* bytes per 1 flop execution */ - - /* set migration speed */ - double mig_speed; + double dp_intensity; // Percentage of pages that get dirty compared to netspeed [0;1] bytes per 1 flop execution + double dp_cap; + double mig_speed; // Set migration speed }; + typedef struct vm_params s_vm_params_t; typedef struct vm_params* vm_params_t;