Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
[simgrid.git] / src / gras / Msg / msg_interface.h
index a6b84c9..f7605c6 100644 (file)
@@ -37,7 +37,7 @@ typedef struct {
 } s_gras_msg_procdata_t,*gras_msg_procdata_t;
 
 
-void gras_msg_send_namev(gras_socket_t  sock, 
+XBT_PUBLIC void gras_msg_send_namev(gras_socket_t  sock, 
                         const char    *namev, 
                         void          *payload);