X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..40ee10e13b61bfb28374d96ade010a262b5abd44:/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