Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Taking latencies into account (but not for the bandwidth limitation yet).
[simgrid.git] / src / surf / network_private.h
index 52e943c..203c3cd 100644 (file)
@@ -36,6 +36,7 @@ typedef struct network_card {
 
 typedef struct surf_action_network {
   s_surf_action_t generic_action;
+  xbt_heap_float_t latency;
   lmm_variable_t variable;
   network_card_t src;
   network_card_t dst;