X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e469954c6c50ca3d594303279359b5f9fb1411eb..72cdaaded006e4b16a4a8354e75f4e5dd11b6b75:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index 8a2a893ab0..a1d6ebf4ec 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -129,6 +129,7 @@ const char *surf_action_state_names[6] = { s_surf_model_description_t surf_network_model_description[] = { {"Constant", NULL, surf_network_model_init_Constant}, {"CM02", NULL, surf_network_model_init_CM02}, + {"LegrandVelho", NULL, surf_network_model_init_LegrandVelho}, #ifdef HAVE_GTNETS {"GTNets", NULL, surf_network_model_init_GTNETS}, #endif