Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a link to the scientific tutorial in the 101 section of the documentatino
[simgrid.git] / src / surf / network_ns3_private.h
index 38af59b7f85bcd24957d6c41e6ff94df39436530..9cd7c6d8fa0db17245ebe62056d35fa8a57990aa 100644 (file)
@@ -25,11 +25,10 @@ typedef struct surf_ns3_link{
 typedef struct surf_action_network_ns3 {
   s_surf_action_t generic_action;
 #ifdef HAVE_TRACING
-  int last_sent;
-  char *src_name;
-  char *dst_name;
+  double last_sent;
+  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 */