Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removing misplaced code (was moved from here before routing update)
[simgrid.git] / src / instr / variables_instr.c
index bc51c87..56ce031 100644 (file)
 
 #ifdef HAVE_TRACING
 
-// extern routing_t used_routing; // COMMENTED BY DAVID
 extern routing_global_t global_routing;
 
 void __TRACE_link_variable (double time, const char *src, const char *dst, const char *variable, double value, const char *what)
 {
        char valuestr[100];
-       int src_id, dst_id;
+       //int src_id, dst_id;
        xbt_dynar_t route = NULL;
        unsigned int i;
     void *link_ptr;