Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I want to know the name of the process on the other side (but this doesn't work yet)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 May 2006 20:02:54 +0000 (20:02 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 May 2006 20:02:54 +0000 (20:02 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2226 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/gras/transport.h

index fbbbd5d..a5cc242 100644 (file)
@@ -65,6 +65,8 @@ int   gras_socket_my_port  (gras_socket_t sock);
 int   gras_socket_peer_port(gras_socket_t sock);
 /** Get the host name of the remote side */
 char *gras_socket_peer_name(gras_socket_t sock);
+/** Get the process name of the remote side */
+char *gras_socket_peer_proc(gras_socket_t sock);
 /* @}*/
 
 /** \defgroup GRAS_sock_meas Using measurement sockets