Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed the function that returns if a flows is limited by latency.
[simgrid.git] / src / simix / private.h
index d69a1634a75a6fb90c6081bf0502f57744c9c9eb..0630a0161295f9c81ea2ff17937f9c0be810052c 100644 (file)
@@ -124,6 +124,10 @@ typedef struct s_smx_action {
 
   };
 
 
   };
 
+#ifdef HAVE_LATENCY_BOUND_TRACKING
+  int latency_limited;
+#endif
+
 #ifdef HAVE_TRACING
   char *category;                     /* simix action category for instrumentation */
 #endif
 #ifdef HAVE_TRACING
   char *category;                     /* simix action category for instrumentation */
 #endif