Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The parenthesis of SG_BEGIN_DECL fools doxygen. Get rid of them
[simgrid.git] / include / simgrid / plugins / load.h
index 75f3019..8880e9d 100644 (file)
@@ -9,7 +9,7 @@
 #include <simgrid/forward.h>
 #include <xbt/base.h>
 
-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