X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..3c79423e7376662ff7bcfa809c4803564cf82acb:/src/gras/Transport/sg_transport.c?ds=sidebyside diff --git a/src/gras/Transport/sg_transport.c b/src/gras/Transport/sg_transport.c index 75d2d4e911..d9575baced 100644 --- a/src/gras/Transport/sg_transport.c +++ b/src/gras/Transport/sg_transport.c @@ -2,14 +2,13 @@ /* sg_transport - SG specific functions for transport */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2004 Martin Quinson. */ +/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "gras/Transport/transport_private.h" -#include +#include "msg/msg.h" #include "gras/Virtu/virtu_sg.h" XBT_LOG_EXTERNAL_CATEGORY(transport); @@ -32,7 +31,7 @@ gras_trp_select(double timeout, xbt_error_t errcode; double startTime=gras_os_time(); - gras_procdata_t *pd=gras_procdata_get(); + gras_trp_procdata_t pd=(gras_trp_procdata_t)gras_libdata_get("gras_trp"); gras_trp_sg_sock_data_t *sockdata; gras_trp_plugin_t *trp;