Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
point to the MSG doc, not the XBT one on synchro. It's less awfull
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 14 Oct 2016 10:39:27 +0000 (12:39 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 14 Oct 2016 10:39:27 +0000 (12:39 +0200)
doc/doxygen/FAQ.doc

index 52e405e..1991d94 100644 (file)
@@ -172,8 +172,8 @@ deadlock.
 
 Instead, you should use the synchronization mechanism provided by the
 simulation kernel. This could with a SimGrid mutex, a SimGrid
 
 Instead, you should use the synchronization mechanism provided by the
 simulation kernel. This could with a SimGrid mutex, a SimGrid
-condition variables or a SimGrid semaphore, as described in \ref
-XBT_synchro (in Java, only semaphores are available). But actually,
+condition variables or a SimGrid semaphore, as described in @ref
+msg_synchro (in Java, only semaphores are available). But actually,
 many synchronization patterns can be encoded with communication on
 mailboxes. Typically, if you need one process to notify another one,
 you could use a condition variable or a semphore, but sending a
 many synchronization patterns can be encoded with communication on
 mailboxes. Typically, if you need one process to notify another one,
 you could use a condition variable or a semphore, but sending a