Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way we specify the sizes of bandwidth tests to be able to send really...
[simgrid.git] / include / amok / base.h
index 8a87862..ae37bc0 100644 (file)
@@ -27,8 +27,8 @@ typedef struct {
   double value;
 } amok_result_t;
 
-void amok_base_init(void);
-void amok_base_exit(void);
+XBT_PUBLIC void amok_base_init(void);
+XBT_PUBLIC void amok_base_exit(void);
 
 
 #endif /* AMOK_BASE_H */