Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Offer the possibility to change smpi bandwidth and latency factor into tag config...
[simgrid.git] / src / surf / network_gtnets_private.h
index 0b42195..9cd3ab8 100644 (file)
@@ -23,6 +23,9 @@ typedef struct surf_action_network_GTNETS {
   s_surf_action_t generic_action;
   double latency;
   double lat_current;
+#ifdef HAVE_TRACING
+  int last_remains;
+#endif
   lmm_variable_t variable;
   double rate;
   int suspended;