X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1786c6251bb5352905bb1d0babb8267307a4b07..60b4fdc04b505bd0b4d2a58073407d9d02054dc7:/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()