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 782bdcf..20f28c1 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
-#include "xbt/error.h"
 #include "xbt/dynar.h"
 #include "xbt/set.h"
 #include "gras/transport.h"
 
 #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;