]> AND Public Git Repository - simgrid.git/blobdiff - examples/cpp/maestro-set/s4u-maestro-set.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use empty() to check for container emptiness.
[simgrid.git] / examples / cpp / maestro-set / s4u-maestro-set.cpp
index 5ffa6e62c5980c5517b1d32e5ff3aafac9b37395..81779a29ed7e11d0be4144ca99a28be3e68a7017 100644 (file)
@@ -74,7 +74,7 @@ int main(int argc, char* argv[])
 
   e.load_platform(argv[1]);
 
-  /* Become one of the simulated process (must be done after the platform creation, or the host won't exist). */
+  /* Become one of the simulated actors (must be done after the platform creation, or the host won't exist). */
   sg_actor_attach("sender", nullptr, simgrid::s4u::Host::by_name("Tremblay"), nullptr);
 
   ensure_root_tid(); // Only useful in this test: we ensure that simgrid is not broken and that this code is executed in