]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/async-waitany/s4u-async-waitany.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
working implementation of storage on disks
[simgrid.git] / examples / s4u / async-waitany / s4u-async-waitany.cpp
index ca5c0851c82f73b459de042ce1b22aaba06e7e6a..407b4e56f6ef8cdea27958dbd1e0d989ca17a417 100644 (file)
@@ -22,7 +22,7 @@
 #include <iostream>
 #include <string>
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_async_waitall, "Messages specific for this msg example");
+XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_async_waitall, "Messages specific for this s4u example");
 
 class Sender {
   long messages_count;  /* - number of tasks */