X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fbf96d959e4912fe445823b75cf102a0e89131e2..37a21f07a441cb2c37ebf76aa73702eb3a5b9972:/src/msg/msg_deployment.cpp diff --git a/src/msg/msg_deployment.cpp b/src/msg/msg_deployment.cpp index 6f09557559..8382a6284e 100644 --- a/src/msg/msg_deployment.cpp +++ b/src/msg/msg_deployment.cpp @@ -1,12 +1,9 @@ -/* Copyright (c) 2004-2014. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004-2018. 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. */ -#include "xbt/sysdep.h" -#include "xbt/log.h" -#include "msg_private.hpp" +#include "src/msg/msg_private.hpp" /** \ingroup msg_simulation * \brief An application deployer. @@ -16,7 +13,7 @@ * * \include simgrid.dtd * - * Here is a small example of such a platform + * Here is a small example of such a platform * * \include msg/masterslave/deployment_masterslave.xml * @@ -31,8 +28,8 @@ void MSG_launch_application(const char *file) /** \ingroup msg_simulation * \brief Registers the main function of a process in a global table. * - * Registers a code function in a global table. - * This table is then used by #MSG_launch_application. + * Registers a code function in a global table. + * This table is then used by #MSG_launch_application. * \param name the reference name of the function. * \param code the function (must have the same prototype than the main function of any C program: int ..(int argc, char *argv[])) */