Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Taking latencies into account to bound the effective bandwidth.
[simgrid.git] / src / surf / network_private.h
index 52e943c..d172dca 100644 (file)
@@ -36,6 +36,8 @@ typedef struct network_card {
 
 typedef struct surf_action_network {
   s_surf_action_t generic_action;
+  xbt_heap_float_t latency;
+  xbt_heap_float_t lat_current;
   lmm_variable_t variable;
   network_card_t src;
   network_card_t dst;