X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aaf7f97eaedf1548f3d42497d410f77e273c4423..eecf563b3a3a0333dac9f754fe11f047c99cd27d:/include/simgrid/plugins/load.h diff --git a/include/simgrid/plugins/load.h b/include/simgrid/plugins/load.h index 5b7f903ada..734752aa2a 100644 --- a/include/simgrid/plugins/load.h +++ b/include/simgrid/plugins/load.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2017. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2017-2018. 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. */ @@ -12,12 +11,12 @@ SG_BEGIN_DECL() -XBT_PUBLIC(void) sg_host_load_plugin_init(); -XBT_PUBLIC(double) sg_host_get_current_load(sg_host_t host); -XBT_PUBLIC(double) sg_host_get_avg_load(sg_host_t host); -XBT_PUBLIC(double) sg_host_get_idle_time(sg_host_t host); -XBT_PUBLIC(double) sg_host_get_computed_flops(sg_host_t host); -XBT_PUBLIC(void) sg_host_load_reset(sg_host_t host); +XBT_PUBLIC void sg_host_load_plugin_init(); +XBT_PUBLIC double sg_host_get_current_load(sg_host_t host); +XBT_PUBLIC double sg_host_get_avg_load(sg_host_t host); +XBT_PUBLIC double sg_host_get_idle_time(sg_host_t host); +XBT_PUBLIC double sg_host_get_computed_flops(sg_host_t host); +XBT_PUBLIC void sg_host_load_reset(sg_host_t host); #define MSG_host_load_plugin_init() sg_host_load_plugin_init() #define MSG_host_get_current_load(host) sg_host_get_current_load(host)