]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/datatypes.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge master into mc-process
[simgrid.git] / include / simgrid / datatypes.h
index 006da0af5c4fdcf1bd981753559b842ce2344e3f..e46e72b00b9db4dfb7b7f683c3aba4dd5dfa3f8c 100644 (file)
@@ -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;