Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new function: gras_socket_meas_accept (mandatory on meas sockets, forbiden on others)
[simgrid.git] / include / gras / transport.h
index 58ce4b09b43c8721500bb24fb64d2e20fbb60157..d552ec062300fe5dd00e5d92f6ea98e6061548c5 100644 (file)
@@ -81,7 +81,8 @@ xbt_error_t gras_socket_meas_recv(gras_socket_t peer,
                                  unsigned int timeout,
                                  unsigned long int expSize, 
                                  unsigned long int msgSize);
                                  unsigned int timeout,
                                  unsigned long int expSize, 
                                  unsigned long int msgSize);
-
+xbt_error_t gras_socket_meas_accept(gras_socket_t peer,gras_socket_t *accepted);
+            
 /* @}*/
 
 /** \name Using files as sockets
 /* @}*/
 
 /** \name Using files as sockets