X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b2fc8bedc387827d08ba51bab95468c2a1f14e3..aad6b6c4c7b1454dd284f822ba6f52e790f42c6e:/include/simgrid/plugins/energy.h diff --git a/include/simgrid/plugins/energy.h b/include/simgrid/plugins/energy.h index 7a5263304f..ee63dd862e 100644 --- a/include/simgrid/plugins/energy.h +++ b/include/simgrid/plugins/energy.h @@ -31,18 +31,6 @@ XBT_PUBLIC int sg_link_energy_is_inited(); * @brief Initialize the wifi energy plugin */ XBT_PUBLIC void sg_wifi_energy_plugin_init(); -#if SIMGRID_HAVE_MSG - -#define MSG_host_energy_plugin_init() sg_host_energy_plugin_init() -#define MSG_host_get_consumed_energy(host) sg_host_get_consumed_energy(host) -#define MSG_host_get_idle_consumption_at(host,pstate) sg_host_get_idle_consumption_at((host), (pstate)) -#define MSG_host_get_wattmin_at(host,pstate) sg_host_get_wattmin_at((host), (pstate)) -#define MSG_host_get_wattmax_at(host,pstate) sg_host_get_wattmax_at((host), (pstate)) -#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) - -#endif // SIMGRID_HAVE_MSG - SG_END_DECL #endif