X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a2b49c20a79e93616cb2a49be02cae9edf175f7..63f4cba590c1f4074f4891408b3a6cd6d8440eda:/examples/msg/async-waitall/async-waitall.c diff --git a/examples/msg/async-waitall/async-waitall.c b/examples/msg/async-waitall/async-waitall.c index 8a0759eae9..bc3db3b849 100644 --- a/examples/msg/async-waitall/async-waitall.c +++ b/examples/msg/async-waitall/async-waitall.c @@ -6,11 +6,11 @@ #include "simgrid/msg.h" -XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(msg_async_waitall, "Messages specific for this msg example"); /** @addtogroup MSG_examples * - * - msg/icomms/peer2.c: demonstrates the @ref MSG_comm_waitall function + * - Wait all: async-waitall/async-waitall.c. Illustrates the use of the @ref MSG_comm_waitall function. */ static int sender(int argc, char *argv[])