X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a77deac13d1429a851e3254636e4b4ab9291066..9b62031fae59dfc84cdcda62f6d4e35e1a55a7c5:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 6f35cb775b..afb35acf2d 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -286,6 +286,17 @@ XBT_PUBLIC(void) create_workstations(void); */ XBT_PUBLIC_DATA(surf_network_model_t) surf_network_model; +/** \brief Initializes the platform with the network model 'LagrangeVelho' + * \ingroup SURF_models + * \param filename XML platform file name + * + * This model is proposed by Arnaud Legrand and Pedro Velho based on + * the results obtained with the GTNets simulator for onelink and + * dogbone sharing scenarios. + * + * \see surf_workstation_model_init_LegrandVelho() + */ +XBT_PUBLIC(void) surf_network_model_init_LegrandVelho(const char *filename); /** \brief Initializes the platform with the network model 'Constant' * \ingroup SURF_models