X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/64ea8dcf1daac53da58d65aa91b7452aae8b13b7..063ee2aabef6b7ae8f82c39ad7c00f6d2c74f2d5:/include/simgrid/datatypes.h diff --git a/include/simgrid/datatypes.h b/include/simgrid/datatypes.h index dd73424d05..815e9370d5 100644 --- a/include/simgrid/datatypes.h +++ b/include/simgrid/datatypes.h @@ -7,7 +7,7 @@ #ifndef SIMGRID_DATATYPES_H_ #define SIMGRID_DATATYPES_H_ -#include +#include "simgrid/forward.h" struct vm_params { int ncpus; @@ -21,7 +21,7 @@ struct vm_params { int skip_stage2; double max_downtime; - double dp_rate; + 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 */