Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move msg_send/recv to a RL specific file, so that we can provide a SG specific versio...
[simgrid.git] / src / gras / Msg / msg_private.h
index 7923f49..6e8b0ad 100644 (file)
@@ -28,7 +28,8 @@
 
 #include "gras/Msg/msg_interface.h"
 
-
+extern char _GRAS_header[6];
 /** @brief Message instance */
 typedef struct {
   gras_socket_t   expeditor;