Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pre-alloc the buffers
[simgrid.git] / src / gras / Msg / msg_interface.h
index 390a345..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;