]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_paje_containers.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add informative comment near implementation for deprecated functions.
[simgrid.git] / src / instr / instr_paje_containers.cpp
index fe27724ee971813938fcad90e95d6408e3bd532f..f97d975a597a379bd0d4e8f5f8d4b1ccd24091c7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -81,7 +81,7 @@ Container::~Container()
   all_containers_.erase(name_);
 
   // obligation to dump previous events because they might reference the container that is about to be destroyed
-  last_timestamp_to_dump = SIMIX_get_clock();
+  last_timestamp_to_dump = simgrid_get_clock();
   dump_buffer(true);
 
   on_destruction(*this);