X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a201b7ceece70d2bc461ac48c8b746a36d07243..65712b8d462f77a796a3950f38aed096f913f684:/src/gras/DataDesc/datadesc_private.h diff --git a/src/gras/DataDesc/datadesc_private.h b/src/gras/DataDesc/datadesc_private.h index e2140878f9..1a7052da51 100644 --- a/src/gras/DataDesc/datadesc_private.h +++ b/src/gras/DataDesc/datadesc_private.h @@ -2,9 +2,8 @@ /* module's private interface masked even to other parts of GRAS. */ -/* Copyright (c) 2003 Olivier Aumage. */ -/* 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. */ @@ -40,7 +39,7 @@ void gras_ddt_freev(void *ddt); * Descriptions of all known architectures * *******************************************/ -#define gras_arch_count 11 +#define gras_arch_count 12 typedef enum { gras_ddt_scalar_char = 0, gras_ddt_scalar_short = 1, @@ -258,4 +257,4 @@ gras_dd_convert_elm(gras_datadesc_type_t type, int count, ********************************************************************/ extern xbt_dict_t gras_dd_constants; /* lives in ddt_parse.c of course */ -#endif /* GRAS_DATADESC_PRIVATE_H */ +#endif /* GRAS_DATADESC_PRIVATE_H */