X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d1c85ec4ba37be32c6db7c6058687a30688a88d..ca52553179820e7bbac038b847467ee1fce21c23:/src/plugins/solar_panel.cpp diff --git a/src/plugins/solar_panel.cpp b/src/plugins/solar_panel.cpp index abf999513d..c6f2581f80 100644 --- a/src/plugins/solar_panel.cpp +++ b/src/plugins/solar_panel.cpp @@ -43,6 +43,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(SolarPanel, kernel, "Logging specific to the sol namespace simgrid::plugins { +xbt::signal SolarPanel::on_power_change; + /* SolarPanel */ void SolarPanel::update()