X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce930ad96b622e2b3856b7d9c3d97e60ec2c93a1..29761dde7ce7fb8919138c1abd961cdfe9a4c9a3:/include/simgrid/plugins/energy.h diff --git a/include/simgrid/plugins/energy.h b/include/simgrid/plugins/energy.h index 3bf34298c3..630d327640 100644 --- a/include/simgrid/plugins/energy.h +++ b/include/simgrid/plugins/energy.h @@ -9,7 +9,7 @@ #include #include -SG_BEGIN_DECL() +SG_BEGIN_DECL XBT_PUBLIC void sg_host_energy_plugin_init(); XBT_PUBLIC void sg_host_energy_update_all(); @@ -34,6 +34,6 @@ XBT_PUBLIC int sg_link_energy_is_inited(); #define MSG_host_get_power_range_slope_at(host,pstate) sg_host_get_power_range_slope_at((host), (pstate)) #define MSG_host_get_current_consumption(host) sg_host_get_current_consumption(host) -SG_END_DECL() +SG_END_DECL #endif