X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fb0204d71beff637638ef52978df0e8f58453d7..acbc8f35e5a8520356ce5a527971e6685a4e5793:/src/gras/Transport/sg_transport.c diff --git a/src/gras/Transport/sg_transport.c b/src/gras/Transport/sg_transport.c index 3295dd1876..99171e95b6 100644 --- a/src/gras/Transport/sg_transport.c +++ b/src/gras/Transport/sg_transport.c @@ -81,7 +81,7 @@ gras_socket_t gras_trp_select(double timeout) { res->accepting = 0; res->sd = -1; - res->port = -1; + res->port = -1; sockdata = xbt_new(gras_trp_sg_sock_data_t,1); sockdata->from_PID = MSG_process_self_PID(); @@ -89,7 +89,7 @@ gras_socket_t gras_trp_select(double timeout) { sockdata->to_host = MSG_process_get_host(MSG_process_from_PID(r_pid)); res->data = sockdata; gras_trp_buf_init_sock(res); - + res->peer_name = strdup(MSG_host_get_name(sockdata->to_host)); remote_hd=(gras_hostdata_t *)MSG_host_get_data(sockdata->to_host); @@ -127,6 +127,7 @@ gras_socket_t gras_trp_select(double timeout) { } } } + res->peer_port = ((gras_trp_procdata_t) gras_libdata_by_name_from_remote("gras_trp",MSG_process_from_PID(r_pid)))->myport; xbt_assert0(sockdata->to_chan != -1, "Got a message from a process without channel");