X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4acfcad1ce01a174dea2d855443fa2e82ff5d5c..51a5195725c4c524ee5e84d8bab016472a539617:/src/gras/Transport/transport_plugin_sg.c?ds=sidebyside diff --git a/src/gras/Transport/transport_plugin_sg.c b/src/gras/Transport/transport_plugin_sg.c index 92bea15ff3..fdf2fe4b8f 100644 --- a/src/gras/Transport/transport_plugin_sg.c +++ b/src/gras/Transport/transport_plugin_sg.c @@ -18,8 +18,7 @@ #include "transport_private.h" #include "gras/Virtu/virtu_sg.h" -XBT_LOG_EXTERNAL_CATEGORY(transport); -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(trp_sg,transport,"SimGrid pseudo-transport"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(gras_trp_sg,gras_trp,"SimGrid pseudo-transport"); /*** *** Prototypes @@ -115,7 +114,7 @@ void gras_trp_sg_socket_client(gras_trp_plugin_t self, find_port(hd,sock->peer_port,&pr); } CATCH(e) { if (e.category == mismatch_error) { - xbt_ex_free(&e); + xbt_ex_free(e); THROW2(mismatch_error,0, "can't connect to %s:%d, no process listen on this port", sock->peer_name,sock->peer_port); @@ -173,7 +172,7 @@ void gras_trp_sg_socket_server(gras_trp_plugin_t self, found = 1; } CATCH(e) { if (e.category == mismatch_error) - xbt_ex_free(&e); + xbt_ex_free(e); else RETHROW; } @@ -266,7 +265,7 @@ void gras_trp_sg_chunk_send_raw(gras_socket_t sock, task_data->data = NULL; } - task=MSG_task_create(name,0,((double)size)/(1024.0*1024.0),task_data); + task=MSG_task_create(name,0,((double)size),task_data); DEBUG5("send chunk %s from %s to %s:%d (size=%ld)", name, MSG_host_get_name(MSG_host_self()),