]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/api.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more progress in simcalls modernization and MC cleanup
[simgrid.git] / src / mc / api.hpp
index 312a7940d9210164448555509c91d1cb2a2bca65..6989844e9d00069ec564111635f19e116a781185 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2020-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2020-2022. 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. */
@@ -55,10 +55,11 @@ private:
   simgrid::kernel::activity::CommImpl* get_comm_or_nullptr(smx_simcall_t const r) const;
   bool request_depend_asymmetric(smx_simcall_t r1, smx_simcall_t r2) const;
   simgrid::mc::ActorInformation* actor_info_cast(smx_actor_t actor) const;
+
+public:
   std::string get_actor_string(smx_actor_t actor) const;
   std::string get_actor_dot_label(smx_actor_t actor) const;
 
-public:
   // No copy:
   Api(Api const&) = delete;
   void operator=(Api const&) = delete;