Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics do not use msg in log class names
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Sun, 19 May 2019 14:51:10 +0000 (16:51 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Sun, 19 May 2019 14:51:10 +0000 (16:51 +0200)
examples/s4u/async-ready/s4u-async-ready.cpp
examples/s4u/async-wait/s4u-async-wait.cpp
examples/s4u/async-waitall/s4u-async-waitall.cpp
examples/s4u/async-waitany/s4u-async-waitany.cpp
examples/s4u/async-waituntil/s4u-async-waituntil.cpp

index 1736753..d73f2ce 100644 (file)
@@ -23,7 +23,7 @@
 #include <iostream>
 #include <string>
 
 #include <iostream>
 #include <string>
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_async_ready, "Messages specific for this s4u example");
+XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_async_ready, "Messages specific for this s4u example");
 
 static int peer(int argc, char** argv)
 {
 
 static int peer(int argc, char** argv)
 {
index 2898edb..009c9fa 100644 (file)
@@ -16,7 +16,7 @@
 #include <iostream>
 #include <string>
 
 #include <iostream>
 #include <string>
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_async_wait, "Messages specific for this s4u example");
+XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_async_wait, "Messages specific for this s4u example");
 
 static int sender(int argc, char** argv)
 {
 
 static int sender(int argc, char** argv)
 {
index 0b6f83f..f23e55c 100644 (file)
@@ -17,7 +17,7 @@
 #include <iostream>
 #include <string>
 
 #include <iostream>
 #include <string>
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_async_waitall, "Messages specific for this s4u example");
+XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_async_waitall, "Messages specific for this s4u example");
 
 class Sender {
   long messages_count;  /* - number of tasks */
 
 class Sender {
   long messages_count;  /* - number of tasks */
index ca5c085..407b4e5 100644 (file)
@@ -22,7 +22,7 @@
 #include <iostream>
 #include <string>
 
 #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 */
 
 class Sender {
   long messages_count;  /* - number of tasks */
index f741f5a..3397408 100644 (file)
@@ -15,7 +15,7 @@
 #include <iostream>
 #include <string>
 
 #include <iostream>
 #include <string>
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_async_wait, "Messages specific for this s4u example");
+XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_async_waituntil, "Messages specific for this s4u example");
 
 static int sender(int argc, char** argv)
 {
 
 static int sender(int argc, char** argv)
 {