X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/59ba8415761f72b7ce056bb275aeaebb6a507156..3cbf54871089cc3dc50b6832652b5765e1601039:/src/surf/plugins/host_dvfs.cpp diff --git a/src/surf/plugins/host_dvfs.cpp b/src/surf/plugins/host_dvfs.cpp index 555d67ae53..1f11563731 100644 --- a/src/surf/plugins/host_dvfs.cpp +++ b/src/surf/plugins/host_dvfs.cpp @@ -294,7 +294,6 @@ static void on_host_added(simgrid::s4u::Host& host) } /* **************************** Public interface *************************** */ -extern "C" { /** \ingroup SURF_plugin_load * \brief Initializes the HostDvfs plugin @@ -315,4 +314,3 @@ void sg_host_dvfs_plugin_init() xbt_cfg_register_string(property_governor, "performance", nullptr, "Which Governor should be used that adapts the CPU frequency?"); } -}