Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deport three other MSG examples
[simgrid.git] / teshsuite / msg / app-chainsend / chainsend.c
similarity index 97%
rename from examples/msg/app-chainsend/chainsend.c
rename to teshsuite/msg/app-chainsend/chainsend.c
index 292abe8..0eced93 100644 (file)
@@ -4,11 +4,11 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "simgrid/msg.h"
+#include "broadcaster.h"
 #include "iterator.h"
 #include "messages.h"
-#include "broadcaster.h"
 #include "peer.h"
+#include "simgrid/msg.h"
 
 /** @addtogroup MSG_examples
  *
@@ -17,7 +17,7 @@
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(msg_chainsend, "Messages specific for chainsend");
 
-int main(int argc, char *argv[])
+int main(int argc, charargv[])
 {
   MSG_init(&argc, argv);