Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update ptask example to also test energy on parallel tasks.
[simgrid.git] / src / mc / Process.hpp
index 2b53837..5a9e306 100644 (file)
@@ -19,7 +19,6 @@
 #include <simgrid_config.h>
 
 #include <xbt/base.h>
-#include <xbt/dynar.h>
 #include <xbt/mmalloc.h>
 
 #include "src/xbt/mmalloc/mmprivate.h"
@@ -284,7 +283,7 @@ public: // Libunwind-data
 
   /** Full-featured MC-aware libunwind address space for the process
    *
-   *  This address space is using a mc_unw_context_t
+   *  This address space is using a simgrid::mc::UnwindContext*
    *  (with simgrid::mc::Process* / simgrid::mc::AddressSpace*
    *  and unw_context_t).
    */