X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24f96d9954cb3693c6f265ba8281de042847ba0a..0821eaf865ee5431f938481ede3c2e77ef095f65:/examples/msg/icomms/peer.c?ds=sidebyside diff --git a/examples/msg/icomms/peer.c b/examples/msg/icomms/peer.c index a9fa072589..9f882a4f0a 100644 --- a/examples/msg/icomms/peer.c +++ b/examples/msg/icomms/peer.c @@ -14,6 +14,17 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); +/** @addtogroup MSG_examples + * + * @section MSG_ex_icomms Asynchronous communications + * + * There is several examples of asynchronous communications coming in + * the archive. In addition to the fully documented example \ref + * MSG_ex_asynchronous_communications, there is several other + * examples in the archive: + * + * - msg/icomms/peer.c: basic example of async functions (@ref MSG_task_isend, @ref MSG_task_irecv, @ref MSG_comm_wait) + */ int sender(int argc, char *argv[]); int receiver(int argc, char *argv[]);