Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Perf improvement: Change libdata to a set so that we can search for stuff by ID ...
[simgrid.git] / src / gras / Msg / msg_private.h
index 7923f49..20f28c1 100644 (file)
 
 #include "gras/Msg/msg_interface.h"
 
+extern char _GRAS_header[6];
 
+extern int gras_msg_libdata_id; /* The identifier of our libdata */
 /** @brief Message instance */
 typedef struct {
   gras_socket_t   expeditor;