X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..ed6dd6d6767dcd55696f847b7436ff28f9dbd664:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 6267fb0e1d..60cc280972 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -29,8 +29,6 @@ #endif #ifdef __cplusplus -#include -#include namespace simgrid { namespace msg { class Comm; @@ -410,7 +408,7 @@ typedef sg_bar_t msg_bar_t; /** @brief Initializes a barrier, with count elements */ XBT_PUBLIC msg_bar_t MSG_barrier_init(unsigned int count); /** @brief Destroys barrier */ -XBT_PUBLIC void MSG_barrier_destroy(const_sg_bar_t bar); +XBT_PUBLIC void MSG_barrier_destroy(sg_bar_t bar); /** @brief Performs a barrier already initialized */ XBT_PUBLIC int MSG_barrier_wait(msg_bar_t bar);