X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779..6760cb07d6b57be16928d95339d71e57c4e24f36:/src/gras/Virtu/virtu_private.h diff --git a/src/gras/Virtu/virtu_private.h b/src/gras/Virtu/virtu_private.h index dc821d42c8..f3f901ee1a 100644 --- a/src/gras/Virtu/virtu_private.h +++ b/src/gras/Virtu/virtu_private.h @@ -1,10 +1,9 @@ -/* $Id$ */ - /* virtu[alization] - speciafic parts for each OS and for SG */ /* module's private interface. */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2005, 2006, 2007, 2008, 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. */ @@ -28,19 +27,21 @@ typedef struct { * This is the old interface, and will disapear before 3.2 */ xbt_set_t libdata; - + /* data specific to each process for each module. * Registered with gras_module_add(), retrieved with gras_moddata_get() * This is the new interface */ xbt_dynar_t moddata; - - int pid; /* pid of process, only for SG */ - int ppid; /* ppid of process, only for SG */ - gras_msg_listener_t listener; + + int pid; /* pid of process, only for SG */ + int ppid; /* ppid of process, only for SG */ + + gras_msg_listener_t listener; /* the thread in charge of the incomming communication for this process */ } gras_procdata_t; gras_procdata_t *gras_procdata_get(void); -void *gras_libdata_by_name_from_procdata(const char *name, gras_procdata_t* pd); - -#endif /* GRAS_VIRTU_PRIVATE_H */ +void *gras_libdata_by_name_from_procdata(const char *name, + gras_procdata_t * pd); + +#endif /* GRAS_VIRTU_PRIVATE_H */