X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/179ecb9c3ff8bc3c284f82371fdd596676bc945c..e08f500c7f79bd07b9a3db65b57a1d6c808f28d8:/src/gras/Transport/transport_private.h diff --git a/src/gras/Transport/transport_private.h b/src/gras/Transport/transport_private.h index e3d06918b7..9555fbb8fd 100644 --- a/src/gras/Transport/transport_private.h +++ b/src/gras/Transport/transport_private.h @@ -47,6 +47,7 @@ typedef struct s_gras_socket { int port; /* port on this side */ int peer_port; /* port on the other side */ char *peer_name; /* hostname of the other side */ + char *peer_proc; /* process on the other side */ void *data; /* plugin specific data */