X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6eece18e97088f220dde6b281319f35ddd40a920..17616c140fdd6df448bf3b89e258e0bcd4f0ff0d:/include/simgrid/plugins/load.h diff --git a/include/simgrid/plugins/load.h b/include/simgrid/plugins/load.h index 75f3019add..8880e9da32 100644 --- a/include/simgrid/plugins/load.h +++ b/include/simgrid/plugins/load.h @@ -9,7 +9,7 @@ #include #include -SG_BEGIN_DECL() +SG_BEGIN_DECL XBT_PUBLIC void sg_host_load_plugin_init(); XBT_PUBLIC double sg_host_get_current_load(sg_host_t host); @@ -28,6 +28,6 @@ XBT_PUBLIC void sg_host_load_reset(sg_host_t 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() +SG_END_DECL #endif