X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/55b561cd6f62870d48e715a653fa7230da9fd25a..a3427ca7c9f8f2563bb982044e1082cc8f3cdd1e:/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 */