Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into 'master'
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 10 Oct 2020 18:37:29 +0000 (20:37 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 10 Oct 2020 18:37:29 +0000 (20:37 +0200)
plugin link_load: fix name in SIMGRID_REGISTER_PLUGIN

See merge request simgrid/simgrid!43

src/plugins/link_load.cpp

index 95d80c8..d25079e 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <limits>
 
-SIMGRID_REGISTER_PLUGIN(link_energy, "Link cumulated load.", &sg_link_load_plugin_init)
+SIMGRID_REGISTER_PLUGIN(link_load, "Link cumulated load.", &sg_link_load_plugin_init)
 
 /** @defgroup plugin_link_load Plugin Link Cumulated Load