Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
end of MSG examples doc revision
[simgrid.git] / examples / msg / actions-storage / actions-storage.c
index 0d29d49..4165f23 100644 (file)
@@ -8,6 +8,11 @@
 #include <xbt/replay.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(storage_actions, "Messages specific for this example");
+/** @addtogroup MSG_examples
+ *
+ *  - <b>I/O: actions-comm/actions-comm.c</b>. This example comes with a set of event handlers reproducing
+ *  some classical I/O primitives (open, read, write, close, ...).
+ */
 
 static xbt_dict_t opened_files = NULL;