Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] add missing tesh to test user variables tracing
[simgrid.git] / src / gras / DataDesc / datadesc_private.h
index e6ec846..1a7052d 100644 (file)
@@ -1,12 +1,9 @@
-/* $Id$ */
-
 /* datadesc - describing the data to exchange                               */
 
 /* 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. */
@@ -42,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,
@@ -260,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 */