X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d33a14dc048378e654595318c473d0386bc3b514..84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6:/src/simix/smx_private.hpp diff --git a/src/simix/smx_private.hpp b/src/simix/smx_private.hpp index 147a1f6d11..81da1ce16e 100644 --- a/src/simix/smx_private.hpp +++ b/src/simix/smx_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2020. 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. */ @@ -31,6 +31,7 @@ public: void empty_trash(); void run_all_actors(); void wake_all_waiting_actors(); + void display_all_actor_status(); smx_context_factory_t context_factory = nullptr; std::vector actors_to_run;