X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2703e1ee2a79e9fc7c86ebb122caa515ecf24d14..f431ee913249e0d6d028d2bfc1db185efa003bc4:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 9ca633932c..723c659185 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -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 */