From: mquinson Date: Mon, 27 Jun 2005 22:26:22 +0000 (+0000) Subject: measurement sockets ARE functionnal; add function gras_socket_is_meas() X-Git-Tag: v3.3~3920 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/95af5d3f9b1231b3e3d8d17888c3e657c2b95e88?hp=00001ff70f922b49f8c77737617d98f8d6f110e9;ds=sidebyside measurement sockets ARE functionnal; add function gras_socket_is_meas() git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1435 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/gras/transport.h b/include/gras/transport.h index d552ec0623..cee937ef76 100644 --- a/include/gras/transport.h +++ b/include/gras/transport.h @@ -69,10 +69,12 @@ char *gras_socket_peer_name(gras_socket_t sock); * * You can only use those functions on sockets openned with the "measurement" boolean set to true. * - * \bug Measurement sockets are not fully functionnal yet. */ /* @{*/ + + +int gras_socket_is_meas(gras_socket_t sock); xbt_error_t gras_socket_meas_send(gras_socket_t peer, unsigned int timeout, unsigned long int expSize,