Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove MSG. Its EOL was scheduled for 2020
[simgrid.git] / include / simgrid / plugins / energy.h
index 7a52633..ee63dd8 100644 (file)
@@ -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