From: Martin Quinson Date: Mon, 27 Nov 2017 14:53:56 +0000 (+0100) Subject: comment++ X-Git-Tag: v3.18~232 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/368ce11c1950f41f54d97171901f8ad70ab6da04 comment++ --- diff --git a/examples/s4u/energy-link/s4u-energy-link.cpp b/examples/s4u/energy-link/s4u-energy-link.cpp index 94de986637..e64eccf1b9 100644 --- a/examples/s4u/energy-link/s4u-energy-link.cpp +++ b/examples/s4u/energy-link/s4u-energy-link.cpp @@ -24,6 +24,7 @@ static void sender(std::vector 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 */