Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Huge set of modifications to restore more uniform APIs when dealing with src and...
[simgrid.git] / src / surf / network_private.h
index db5364e5c60cb42b197dae173f97e44b58f5d54c..ff198b5ab4cfa9bb72ef6264058ca200ace1bf63 100644 (file)
@@ -29,9 +29,9 @@ typedef struct surf_action_network_CM02 {
   double rate;
   int latency_limited;
   int suspended;
-
-  int src;  /* saving source id for tracing */
-  int dst; /* saving dest id for tracing */
+  char* src_name;
+  char* dst_name;
+  
 } s_surf_action_network_CM02_t, *surf_action_network_CM02_t;
 
 #endif /* _SURF_NETWORK_PRIVATE_H */