X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a2f031cc377418f3716415ba669434bfd3a5df4..e23b481e91e2c7020856a88e25cb6f4fe1358e1f:/src/gras/Transport/sg_transport.c?ds=inline diff --git a/src/gras/Transport/sg_transport.c b/src/gras/Transport/sg_transport.c index f9bfbb72d7..83586d21c1 100644 --- a/src/gras/Transport/sg_transport.c +++ b/src/gras/Transport/sg_transport.c @@ -1,8 +1,7 @@ -/* $Id$ */ - /* sg_transport - SG specific functions for transport */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. + * 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. */ @@ -13,9 +12,11 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(gras_trp); -/* check transport_private.h for an explanation of this variable; this just need to be defined to NULL in SG */ +/* check transport_private.h for an explanation of this variable; + * this just need to be defined to NULL in SG */ gras_socket_t _gras_lastly_selected_socket = NULL; +#ifdef KILLME /** * gras_trp_select: * @@ -124,7 +125,7 @@ gras_socket_t gras_trp_select(double timeout) return res; } - +#endif /* dummy implementations of the functions used in RL mode */