From 4dae60d5a4aeec1d06652d2f1da484720c99850d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 10 Sep 2017 18:08:31 +0200 Subject: [PATCH] fix doc --- ChangeLog | 1 + examples/s4u/README.doc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 251ba08e59..44c39b1f88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ SimGrid (3.17) UNRELEASED (release target: September 22 2017) S4U - Comm.detach(): start and forget about asynchronous emission - this_actor::send(mailbox) is now mailbox->put() + - New: simgrid::s4u::Comm::wait_all() SURF - Unused option network/sender-gap is removed. diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 6e14a5ed7f..d566c5ae0a 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -42,12 +42,12 @@ documentation, but it should remain readable directly. - Waiting for all communications in a set. @ref examples/s4u/async-waitall/s4u_async-waitall.cpp\n - The @ref S4U_comm_waitall function is useful when you want to block + The @ref simgrid::s4u::Comm::wait_all() function is useful when you want to block until all activities in a given set have completed. - Waiting for the first completed communication in a set. @ref examples/s4u/async-waitany/s4u_async-waitany.cpp\n - The @ref S4U_comm_waitany function is useful when you want to block + The @ref simgrid::s4u::Comm::wait_any() function is useful when you want to block until one activity of the set completes, no matter which terminates first. -- 2.20.1