From c65879517a07aa177b77cf17b4cc08e1b7f3f44a Mon Sep 17 00:00:00 2001 From: Millian Poquet Date: Tue, 25 Sep 2018 13:24:06 +0200 Subject: [PATCH] [doc] rtd: link to example s4u-barrier --- examples/s4u/README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/s4u/README.rst b/examples/s4u/README.rst index d8e2522f8d..0b7201bbc9 100644 --- a/examples/s4u/README.rst +++ b/examples/s4u/README.rst @@ -211,6 +211,10 @@ Classical synchronization objects Shows how to use simgrid::s4u::Mutex synchronization objects. |br| `examples/s4u/mutex/s4u-mutex.cpp `_ + - **Barrier:** + Shows how to use simgrid::s4u::Barrier synchronization objects. + |br| `examples/s4u/barrier/s4u-barrier.cpp `_ + ............................. Interacting with the platform ............................. -- 2.20.1