Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] test is obviously redundant here.
[simgrid.git] / src / surf / network_ns3_private.h
index 271af77..9cd7c6d 100644 (file)
@@ -26,10 +26,9 @@ typedef struct surf_action_network_ns3 {
   s_surf_action_t generic_action;
 #ifdef HAVE_TRACING
   double last_sent;
-  char *src_name;
-  char *dst_name;
+  sg_routing_edge_t src_elm;
+  sg_routing_edge_t dst_elm;
 #endif //HAVE_TRACING
 } s_surf_action_network_ns3_t, *surf_action_network_ns3_t;
 
-
 #endif                          /* _SURF_NETWORK_NS3_PRIVATE_H */