Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put forward declaration of static function in c file, not in header.
[simgrid.git] / src / surf / network_gtnets_private.h
index 9cd3ab8..2927abe 100644 (file)
@@ -30,8 +30,8 @@ typedef struct surf_action_network_GTNETS {
   double rate;
   int suspended;
 #ifdef HAVE_TRACING
-  char *src_name;
-  char *dst_name;
+  sg_routing_edge_t src;
+  sg_routing_edge_t dst;
 #endif //HAVE_TRACING
 } s_surf_action_network_GTNETS_t, *surf_action_network_GTNETS_t;