Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / examples / msg / network-ns3 / network-ns3.c
index 9c2ecf7..19b95c8 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2007-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2007-2016. The SimGrid Team. All rights reserved.          */
 
 /* 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. */
@@ -8,20 +7,6 @@
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example");
 
-/** @addtogroup MSG_examples
- * 
- *  @section MSG_ex_models Models-related examples
- * 
- *  @subsection MSG_ex_PLS Packet level simulators
- * 
- *  These examples demonstrate how to use the bindings to classicalPacket-Level Simulators (PLS), as explained in
- *  \ref pls. The most interesting is probably not the C files since they are unchanged from the other simulations,
- *  but the associated files, such as the platform files to see how to declare a platform to be used with the PLS
- *  bindings of SimGrid and the tesh files to see how to actually start a simulation in these settings.
- * 
- * - <b>ns3</b>: Simple ping-pong using ns3 instead of the SimGrid network models. 
- */
-
 int timer_start; //set as 1 in the master process
 
 //keep a pointer to all surf running tasks.