X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e97e8910e1dc6c9c98ab17c8525f3df6bcdd10da..756b82fad06ba482ed401f3ed35c31874f367e8a:/examples/msg/actions-storage/actions-storage.c diff --git a/examples/msg/actions-storage/actions-storage.c b/examples/msg/actions-storage/actions-storage.c index 0d29d49857..4165f23eaf 100644 --- a/examples/msg/actions-storage/actions-storage.c +++ b/examples/msg/actions-storage/actions-storage.c @@ -8,6 +8,11 @@ #include XBT_LOG_NEW_DEFAULT_CATEGORY(storage_actions, "Messages specific for this example"); +/** @addtogroup MSG_examples + * + * - I/O: actions-comm/actions-comm.c. 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;