X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/063c63642a29000a011c0d6176d30eb62a4e0dca..74a055ca8f5532759cfb537ade1983d9b4c344d3:/src/gras/Virtu/process.c diff --git a/src/gras/Virtu/process.c b/src/gras/Virtu/process.c index f7fb45f388..2f2b31dc71 100644 --- a/src/gras/Virtu/process.c +++ b/src/gras/Virtu/process.c @@ -1,8 +1,7 @@ -/* $Id$ */ - /* process - GRAS process handling (common code for RL and SG) */ -/* Copyright (c) 2003, 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. */ @@ -103,10 +102,10 @@ void *gras_libdata_by_name_from_procdata(const char *name, } return res; } -void *gras_libdata_by_id(int id) { - return gras_libdata_by_id_from_procdata(id,gras_procdata_get()); -} -void *gras_libdata_by_id_from_procdata(int id,gras_procdata_t *pd) { + +void *gras_libdata_by_id(int id) +{ + gras_procdata_t *pd = gras_procdata_get(); if (xbt_set_length(pd->libdata) < xbt_dynar_length(_gras_procdata_fabrics)) { /* Damn, some new modules were added since procdata_init(). Amok? */ /* Get 'em all */