Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Be more defensive against broken parameters.
[simgrid.git] / examples / msg / chord / chord.c
index 038c754acb4b407133bb632fd1f70b302f7bcc76..b11287434b1bd8b14288b8136f1d2cc2f25d8007 100644 (file)
 #include "xbt/asserts.h"
 #include "simgrid/modelchecker.h"
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_chord,
+/** @addtogroup MSG_examples
+ *
+ *  - <b>chord/chord.c: Classical Chord P2P protocol</b>
+ *    This example implements the well known Chord P2P protocol. Its
+ *    main advantage is that it constitute a fully working non-trivial
+ *    example. In addition, its implementation is rather efficient, as 
+ *    demonstrated in http://hal.inria.fr/inria-00602216/
+ */
+
+ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_chord,
                              "Messages specific for this msg example");
 
 #define COMM_SIZE 10