Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
trace: save link end points in timestamp 0 of the trace file
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 13 Oct 2010 11:54:42 +0000 (11:54 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 13 Oct 2010 11:54:42 +0000 (11:54 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8416 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/instr/surf_instr.c

index 81e51c8..7c642c0 100644 (file)
@@ -241,8 +241,8 @@ void TRACE_surf_save_onelink(void)
       char resource[100];
       snprintf(resource, 100, "%p", link);
 
       char resource[100];
       snprintf(resource, 100, "%p", link);
 
-      pajeNewEvent(0.1, "source", resource, src);
-      pajeNewEvent(0.1, "destination", resource, dst);
+      pajeNewEvent(0, "source", resource, src);
+      pajeNewEvent(0, "destination", resource, dst);
     }
   }
 }
     }
   }
 }