Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document a function
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 25 Jan 2016 20:03:19 +0000 (21:03 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 25 Jan 2016 20:03:25 +0000 (21:03 +0100)
src/surf/trace_mgr.cpp

index bc84964..834ceb7 100644 (file)
@@ -372,6 +372,7 @@ void tmgr_trace_free(tmgr_trace_t trace)
   free(trace);
 }
 
+/** Register a new trace into the future event set, and get an iterator over the integrated trace  */
 tmgr_trace_iterator_t simgrid::trace_mgr::future_evt_set::add_trace(
     tmgr_trace_t trace,
     double start_time,