Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
comment++
[simgrid.git] / examples / s4u / energy-link / s4u-energy-link.cpp
index 94de986..e64eccf 100644 (file)
@@ -24,6 +24,7 @@ static void sender(std::vector<std::string> args)
 
   simgrid::s4u::MailboxPtr mailbox = simgrid::s4u::Mailbox::byName(std::string("message"));
 
+  /* Sleep a while before starting the example */
   simgrid::s4u::this_actor::sleep_for(10);
 
   /* - Send the task to the @ref worker */