Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use bools and true/false
[simgrid.git] / src / instr / instr_paje_containers.cpp
index abf732b..f87bfa7 100644 (file)
@@ -123,7 +123,7 @@ Container::~Container()
 
   // obligation to dump previous events because they might reference the container that is about to be destroyed
   TRACE_last_timestamp_to_dump = surf_get_clock();
-  TRACE_paje_dump_buffer(1);
+  TRACE_paje_dump_buffer(true);
 
   // trace my destruction
   if (not TRACE_disable_destroy() && this != PJ_container_get_root()) {