Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 7 Mar 2021 21:45:32 +0000 (22:45 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 8 Mar 2021 21:17:50 +0000 (22:17 +0100)
src/mc/remote/RemoteSimulation.hpp

index 13a72c7..fc50761 100644 (file)
@@ -25,7 +25,7 @@ public:
   RemotePtr<kernel::actor::ActorImpl> address{nullptr};
   Remote<kernel::actor::ActorImpl> copy;
 
-  /** Hostname (owned by `mc_modelchecker->hostnames`) */
+  /** Hostname (owned by `mc_model_checker->hostnames_`) */
   const xbt::string* hostname = nullptr;
   std::string name;