Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
enable the bandwidth capping of migration traffic
[simgrid.git] / include / simgrid / platf.h
index 9ca6339..723c659 100644 (file)
@@ -72,6 +72,9 @@ typedef struct ws_params {
 
   double dp_rate;
   double dp_cap;
+
+  /* set migration speed */
+  double mig_speed;
 } s_ws_params_t, *ws_params_t;
 
 typedef struct tmgr_trace *tmgr_trace_t; /**< Opaque structure defining an availability trace */