X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..a6dbc279b78e4a84b3921b509f3138ed01399bca:/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;