X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/61e1171d003c55b170bfaf4ae845a5cf7f107bbd..c18276c5f769c232a091e7a8620d307c1afbbdd2:/src/gras/DataDesc/datadesc_private.h diff --git a/src/gras/DataDesc/datadesc_private.h b/src/gras/DataDesc/datadesc_private.h index 64b216764f..4b762be265 100644 --- a/src/gras/DataDesc/datadesc_private.h +++ b/src/gras/DataDesc/datadesc_private.h @@ -4,7 +4,9 @@ /* module's private interface masked even to other parts of GRAS. */ -/* Copyright (c) 2004 Olivier Aumage, Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003 Olivier Aumage. */ +/* Copyright (c) 2003, 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. */ @@ -41,7 +43,7 @@ void gras_ddt_freev(void *ddt); * Descriptions of all known architectures * *******************************************/ -#define gras_arch_count 6 +#define gras_arch_count 7 typedef enum { gras_ddt_scalar_char = 0, gras_ddt_scalar_short = 1,