X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de03ecc4e630732984a0673512a5d15fd75e270..612ca769b37fe934c8b17abe1eb17f2fa9817b6e:/include/simgrid/datatypes.h diff --git a/include/simgrid/datatypes.h b/include/simgrid/datatypes.h index 006da0af5c..e46e72b00b 100644 --- a/include/simgrid/datatypes.h +++ b/include/simgrid/datatypes.h @@ -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;