X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e08f500c7f79bd07b9a3db65b57a1d6c808f28d8..579c7b3bbc3945931795306ccf3a151729af5247:/include/gras/transport.h diff --git a/include/gras/transport.h b/include/gras/transport.h index fbbbd5d55c..a5cc24235d 100644 --- a/include/gras/transport.h +++ b/include/gras/transport.h @@ -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