Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to port the gras simulation side to the new smx_network infrastructure (not yet...
[simgrid.git] / src / gras / Msg / msg_interface.h
index 0bad57a..27c2c70 100644 (file)
@@ -49,7 +49,7 @@ typedef struct {
 void gras_msg_send_namev(gras_socket_t sock,
                          const char *namev, void *payload);
 void gras_msg_listener_awake(void);
-void gras_msg_listener_close_socket(int sd);
+void gras_msg_listener_close_socket(gras_socket_t sock);
 
 #define GRAS_PROTOCOL_VERSION '\1';