X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23976cb525fd51c66ef8e1234cdc5626fca83990..366b63fceb713f0b87e9783640066d822e7e3e65:/examples/msg/network-ns3/network-ns3.c diff --git a/examples/msg/network-ns3/network-ns3.c b/examples/msg/network-ns3/network-ns3.c index 66ff05ba8c..19b95c880b 100644 --- a/examples/msg/network-ns3/network-ns3.c +++ b/examples/msg/network-ns3/network-ns3.c @@ -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 - * - * This example demonstrates how to use the bindings to a classical Packet-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 file to see how to declare a platform to be used with the PLS - * bindings of SimGrid and the tesh file to see how to actually start a simulation in these settings. - * - * - ns-3: network-ns3/network-ns3.c. Simple ping-pong using ns-3 instead of the SimGrid network models. - */ - int timer_start; //set as 1 in the master process //keep a pointer to all surf running tasks.