X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3dcd3bab8efd35953008abbf4838016e5f4ba1d8..5bfa8e8365923f9ad719ef3d7b999d6018930430:/src/amok/Bandwidth/bandwidth_private.h diff --git a/src/amok/Bandwidth/bandwidth_private.h b/src/amok/Bandwidth/bandwidth_private.h index 21f39bb90c..65c3240da7 100644 --- a/src/amok/Bandwidth/bandwidth_private.h +++ b/src/amok/Bandwidth/bandwidth_private.h @@ -16,13 +16,13 @@ #include "gras.h" #include "amok/bandwidth.h" -XBT_PUBLIC void amok_bw_bw_init(void); /* Must be called only once per node */ -XBT_PUBLIC void amok_bw_bw_join(void); /* Each process must run it */ -XBT_PUBLIC void amok_bw_bw_leave(void);/* Each process must run it */ +XBT_PUBLIC(void) amok_bw_bw_init(void); /* Must be called only once per node */ +XBT_PUBLIC(void) amok_bw_bw_join(void); /* Each process must run it */ +XBT_PUBLIC(void) amok_bw_bw_leave(void);/* Each process must run it */ -XBT_PUBLIC void amok_bw_sat_init(void); /* Must be called only once per node */ -XBT_PUBLIC void amok_bw_sat_join(void); /* Each process must run it */ -XBT_PUBLIC void amok_bw_sat_leave(void);/* Each process must run it */ +XBT_PUBLIC(void) amok_bw_sat_init(void); /* Must be called only once per node */ +XBT_PUBLIC(void) amok_bw_sat_join(void); /* Each process must run it */ +XBT_PUBLIC(void) amok_bw_sat_leave(void);/* Each process must run it */ /*** * Plain bandwidth measurement stuff @@ -60,8 +60,8 @@ typedef struct { unsigned int duration; } s_sat_request_t,*sat_request_t; -XBT_PUBLIC void amok_bw_sat_start(const char* from_name,unsigned int from_port, - const char* to_name,unsigned int to_port, - unsigned int msg_size, unsigned int duration); +XBT_PUBLIC(void) amok_bw_sat_start(const char* from_name,unsigned int from_port, + const char* to_name,unsigned int to_port, + unsigned int msg_size, unsigned int duration); #endif /* AMOK_BANDWIDTH_PRIVATE_H */