X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91afa8c7dc4dcdb07f4bb1efc0a88c2ffe5dfa23..13e1a1ba15c7881d70cb79279bb601feda413d4d:/doc/doxygen/inside_extending.doc?ds=sidebyside diff --git a/doc/doxygen/inside_extending.doc b/doc/doxygen/inside_extending.doc index 9593489d61..e13c61cea6 100644 --- a/doc/doxygen/inside_extending.doc +++ b/doc/doxygen/inside_extending.doc @@ -108,7 +108,7 @@ initialization function. s_surf_model_description_t surf_plugin_description[] = { {"Energy", "Cpu energy consumption.", - sg_energy_plugin_init}, + sg_host_energy_plugin_init}, {"MyNetworkPlugin", "My network plugin.", sg_my_network_plugin_init},