Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
f
[simgrid.git] / src / plugins / chiller.cpp
index 3cec29d560763146eac3fd54c149ca3f39d8cd52..7d2b9de4c7423f44b62325e2d8f44c5858b756cc 100644 (file)
@@ -57,6 +57,7 @@ chiller is not active, the temperature of the room increases.
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(Chiller, kernel, "Logging specific to the solar panel plugin");
 
 namespace simgrid::plugins {
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(Chiller, kernel, "Logging specific to the solar panel plugin");
 
 namespace simgrid::plugins {
+xbt::signal<void(Chiller*)> Chiller::on_power_change; // initialisation of static field
 
 /* ChillerModel */
 
 
 /* ChillerModel */