Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new function: gras_socket_meas_accept (mandatory on meas sockets, forbiden on others)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 23 Jun 2005 15:25:53 +0000 (15:25 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 23 Jun 2005 15:25:53 +0000 (15:25 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1402 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/gras/transport.h

index 58ce4b0..d552ec0 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