Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename the async-* tests into comm-*
[simgrid.git] / examples / c / comm-wait / comm-wait.c
similarity index 98%
rename from examples/c/async-wait/async-wait.c
rename to examples/c/comm-wait/comm-wait.c
index 64ba4ef..6119863 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <stdio.h>
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(async_wait, "Messages specific for this example");
+XBT_LOG_NEW_DEFAULT_CATEGORY(comm_wait, "Messages specific for this example");
 
 /* Main function of the Sender actor */
 static void sender(int argc, char* argv[])