Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix: C is _not_ object-oriented (a.k.a. missing callback for the Constant network...
[simgrid.git] / src / surf / network_private.h
index dd9a6f2..db5364e 100644 (file)
@@ -27,6 +27,7 @@ typedef struct surf_action_network_CM02 {
   double weight;
   lmm_variable_t variable;
   double rate;
+  int latency_limited;
   int suspended;
 
   int src;  /* saving source id for tracing */