Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI/LB] Add XBT_PUBLIC to load_balancer.h declarations
[simgrid.git] / include / simgrid / plugins / load_balancer.h
index 8e83cab..5e68010 100644 (file)
@@ -5,6 +5,13 @@
 #ifndef SIMGRID_PLUGINS_LOAD_BALANCER_H_
 #define SIMGRID_PLUGINS_LOAD_BALANCER_H_
 
-void sg_load_balancer_plugin_init();
+#include <simgrid/forward.h>
+#include <xbt/base.h>
+
+SG_BEGIN_DECL()
+
+XBT_PUBLIC void sg_load_balancer_plugin_init();
+
+SG_END_DECL()
 
 #endif