X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1786c6251bb5352905bb1d0babb8267307a4b07..3907e83884bae6278656e9cd2cb7ef92a8f707fb:/include/simgrid/plugins/solar_panel.hpp diff --git a/include/simgrid/plugins/solar_panel.hpp b/include/simgrid/plugins/solar_panel.hpp index 5fa424bd36..849c366c1f 100644 --- a/include/simgrid/plugins/solar_panel.hpp +++ b/include/simgrid/plugins/solar_panel.hpp @@ -11,7 +11,9 @@ namespace simgrid::plugins { +/** @ingroup plugin_solar_panel */ class SolarPanel; +/** @ingroup plugin_solar_panel */ using SolarPanelPtr = boost::intrusive_ptr; XBT_PUBLIC void intrusive_ptr_release(SolarPanel* o); XBT_PUBLIC void intrusive_ptr_add_ref(SolarPanel* o); @@ -42,7 +44,7 @@ class SolarPanel { friend void intrusive_ptr_add_ref(SolarPanel* o) { o->refcount_.fetch_add(1, std::memory_order_relaxed); } #endif - inline static xbt::signal on_power_change; + static xbt::signal on_power_change; xbt::signal on_this_power_change; public: