Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Direct context switching: clean the semantics of parmap
[simgrid.git] / src / surf / network_gtnets_private.h
index b6acca5..9cd3ab8 100644 (file)
@@ -23,9 +23,16 @@ 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;
+#ifdef HAVE_TRACING
+  char *src_name;
+  char *dst_name;
+#endif //HAVE_TRACING
 } s_surf_action_network_GTNETS_t, *surf_action_network_GTNETS_t;
 
 xbt_dict_t network_card_ids;