Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding test example to trace process migration using the mask TRACE_PROCESS
[simgrid.git] / include / surf / simgrid_dtd.h
index cd48cd2..9c3a19d 100644 (file)
@@ -1,10 +1,10 @@
-/* XML processor/application API for surf/simgrid.dtd.
- * Generated 2008/03/06 08:58:39.
+/* XML processor/application API for /home/navarrop/Developments/simgrid/src/surf/simgrid.dtd.
+ * Generated 2010/04/15 01:26:44.
  *
  * This program was generated with the FleXML XML processor generator.
  * FleXML is Copyright (C) 1999-2005 Kristoffer Rose.  All rights reserved.
  * FleXML is Copyright (C) 2003-2006 Martin Quinson.  All rights reserved.
- * (Id: flexml.pl,v 1.63 2007/10/11 14:46:08 mquinson Exp).
+ * (Id: flexml.pl,v 1.62 2007/10/11 10:00:14 mquinson Exp).
  * 
  * There are two, intertwined parts to this program, part A and part B.
  *
@@ -48,9 +48,6 @@
 #ifndef _FLEXML_simgrid_H
 #define _FLEXML_simgrid_H
 
-\r
-SG_BEGIN_DECL()
-
 /* XML application entry points. */
 XBT_PUBLIC(void ) STag_surfxml_platform(void);
 XBT_PUBLIC(void ) ETag_surfxml_platform(void);
@@ -151,6 +148,8 @@ typedef int AT_surfxml_platform_xmlns_c_link;
 #define AU_surfxml_platform_xmlns_c_link NULL
 typedef int AT_surfxml_link_bandwidth_file;
 #define AU_surfxml_link_bandwidth_file NULL
+typedef int AT_surfxml_host_vivaldi;
+#define AU_surfxml_host_vivaldi NULL
 typedef int AT_surfxml_random_id;
 #define AU_surfxml_random_id NULL
 typedef int AT_surfxml_set_radical;
@@ -289,6 +288,8 @@ XBT_PUBLIC_DATA(AT_surfxml_platform_xmlns_c_link ) AX_surfxml_platform_xmlns_c_l
 #define A_surfxml_platform_xmlns_c_link (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_link)
 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth_file ) AX_surfxml_link_bandwidth_file;
 #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file)
+XBT_PUBLIC_DATA(AT_surfxml_host_vivaldi ) AX_surfxml_host_vivaldi;
+#define A_surfxml_host_vivaldi (surfxml_bufferstack + AX_surfxml_host_vivaldi)
 XBT_PUBLIC_DATA(AT_surfxml_random_id ) AX_surfxml_random_id;
 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
 XBT_PUBLIC_DATA(AT_surfxml_set_radical ) AX_surfxml_set_radical;
@@ -366,8 +367,4 @@ XBT_PUBLIC(int ) yylex(void);
 
 /* Flexml error handling function (useful only when -q flag passed to flexml) */
 const char * surfxml_parse_err_msg(void);
-
-\r
-SG_END_DECL()
-
 #endif