Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement pthread_cond in sthread -- too bad it's TODO in MC
[simgrid.git] / src / plugins / solar_panel.cpp
index abf999513d38b0db6af07aa2df968f4b33124889..c6f2581f80ccb79de2fd021bc4e425e19befc44a 100644 (file)
@@ -43,6 +43,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(SolarPanel, kernel, "Logging specific to the sol
 
 namespace simgrid::plugins {
 
+xbt::signal<void(SolarPanel*)> SolarPanel::on_power_change;
+
 /* SolarPanel */
 
 void SolarPanel::update()