X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..40ee10e13b61bfb28374d96ade010a262b5abd44:/include/simgrid/plugins/load.h diff --git a/include/simgrid/plugins/load.h b/include/simgrid/plugins/load.h index a9e3f91b13..41f95636f6 100644 --- a/include/simgrid/plugins/load.h +++ b/include/simgrid/plugins/load.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -6,6 +6,7 @@ #ifndef SIMGRID_PLUGINS_LOAD_H_ #define SIMGRID_PLUGINS_LOAD_H_ +#include #include #include @@ -28,15 +29,6 @@ XBT_PUBLIC double sg_link_get_avg_load(const_sg_link_t link); XBT_PUBLIC double sg_link_get_min_instantaneous_load(const_sg_link_t link); XBT_PUBLIC double sg_link_get_max_instantaneous_load(const_sg_link_t link); -#define MSG_host_load_plugin_init() sg_host_load_plugin_init() -/** @brief Returns the current load of that host, as a ratio = achieved_flops / (core_current_speed * core_amount) - * - * See simgrid::plugin::HostLoad::get_current_load() for the full documentation. - */ -#define MSG_host_get_current_load(host) sg_host_get_current_load(host) -#define MSG_host_get_computed_flops(host) sg_host_get_computed_flops(host) -#define MSG_host_get_avg_load(host) sg_host_get_avg_load(host) - SG_END_DECL #endif