X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b3677b425b9cc6949c1573d59ac772540cbf4b2..6d12780623c73d887cad474f358de9853ae0eb14:/include/simgrid/datatypes.h?ds=sidebyside diff --git a/include/simgrid/datatypes.h b/include/simgrid/datatypes.h index 94e1d6e4c7..e46e72b00b 100644 --- a/include/simgrid/datatypes.h +++ b/include/simgrid/datatypes.h @@ -14,7 +14,7 @@ typedef struct ws_params { /* The size of other states than memory pages, which is out-of-scope of dirty * page tracking. */ - long devsize; + sg_size_t devsize; int skip_stage1; int skip_stage2; double max_downtime; @@ -22,9 +22,6 @@ typedef struct ws_params { double dp_rate; double dp_cap; /* bytes per 1 flop execution */ - double xfer_cpu_overhead; - double dpt_cpu_overhead; - /* set migration speed */ double mig_speed; } s_ws_params_t, *ws_params_t;