Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pre-alloc the buffers
[simgrid.git] / src / gras / Msg / msg_interface.h
index 4facead..847d973 100644 (file)
 #ifndef GRAS_MSG_INTERFACE_H
 #define GRAS_MSG_INTERFACE_H
 
-void gras_msg_init(void);
-void gras_msg_exit(void);
-
-
 /* gras_msg_t is dereferenced to be stored in procdata, living in Virtu */
 typedef struct {
   gras_socket_t  *expeditor;
@@ -32,5 +28,5 @@ gras_error_t gras_msg_send_namev(gras_socket_t *sock,
 #define GRAS_PROTOCOL_VERSION '\0';
 
 typedef struct s_gras_cblist gras_cblist_t;
-
+void gras_cbl_free(void *); /* virtu use that to free the memory at the end */
 #endif  /* GRAS_MSG_INTERFACE_H */