Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
free this dynar in none_finalize (if it was used).
[simgrid.git] / include / surf / simgrid_dtd.h
1 /* XML processor/application API for src/surf/simgrid.dtd.
2  *
3  * This program was generated with the FleXML XML processor generator.
4  * FleXML is Copyright (C) 1999-2005 Kristoffer Rose.  All rights reserved.
5  * FleXML is Copyright (C) 2003-2011 Martin Quinson.  All rights reserved.
6  * (Id: flexml.pl,v 1.67 2011/11/01 20:49:21 mquinson Exp).
7  * 
8  * There are two, intertwined parts to this program, part A and part B.
9  *
10  * Part A
11  * ------
12  * 
13  * Some parts, here collectively called "Part A", are found in the 
14  * FleXML package.  They are Copyright (C) 1999-2005 Kristoffer Rose
15  * and Copyright (C) 2003-2011 Martin Quinson. All rights reserved.
16  *
17  * You can redistribute, use, perform, display and/or modify "Part A"
18  * provided the following two conditions hold:
19  *
20  * 1. The program is distributed WITHOUT ANY WARRANTY from the author of
21  *    FleXML; without even the implied warranty of MERCHANTABILITY or
22  *    FITNESS FOR A PARTICULAR PURPOSE.
23  *
24  * 2. The program distribution conditions do not in any way affect the
25  *    distribution conditions of the FleXML system used to generate this
26  *    file or any version of FleXML derived from that system.
27  *
28  * Notice that these are explicit rights granted to you for files
29  * generated by the FleXML system.  For your rights in connection with
30  * the FleXML system itself please consult the GNU General Public License.
31  * 
32  * Part B
33  * ------
34  * 
35  * The other parts, here collectively called "Part B", and which came 
36  * from the DTD used by FleXML to generate this program, can be 
37  * distributed (or not, as the case may be) under the terms of whoever
38  * wrote them, provided these terms respect and obey the two conditions 
39  * above under the heading "Part A".
40  *
41  * The author of and contributors to FleXML specifically disclaim
42  * any copyright interest in "Part B", unless "Part B" was written 
43  * by the author of or contributors to FleXML.
44  * 
45  */
46
47 #ifndef _FLEXML_simgrid_H
48 #define _FLEXML_simgrid_H
49
50 /* XML application entry points. */
51 XBT_PUBLIC(void ) STag_surfxml_platform(void);
52 XBT_PUBLIC(void ) ETag_surfxml_platform(void);
53 XBT_PUBLIC(void ) STag_surfxml_include(void);
54 XBT_PUBLIC(void ) ETag_surfxml_include(void);
55 XBT_PUBLIC(void ) STag_surfxml_trace(void);
56 XBT_PUBLIC(void ) ETag_surfxml_trace(void);
57 XBT_PUBLIC(void ) STag_surfxml_random(void);
58 XBT_PUBLIC(void ) ETag_surfxml_random(void);
59 XBT_PUBLIC(void ) STag_surfxml_trace_connect(void);
60 XBT_PUBLIC(void ) ETag_surfxml_trace_connect(void);
61 XBT_PUBLIC(void ) STag_surfxml_AS(void);
62 XBT_PUBLIC(void ) ETag_surfxml_AS(void);
63 XBT_PUBLIC(void ) STag_surfxml_storage_type(void);
64 XBT_PUBLIC(void ) ETag_surfxml_storage_type(void);
65 XBT_PUBLIC(void ) STag_surfxml_storage(void);
66 XBT_PUBLIC(void ) ETag_surfxml_storage(void);
67 XBT_PUBLIC(void ) STag_surfxml_mount(void);
68 XBT_PUBLIC(void ) ETag_surfxml_mount(void);
69 XBT_PUBLIC(void ) STag_surfxml_mstorage(void);
70 XBT_PUBLIC(void ) ETag_surfxml_mstorage(void);
71 XBT_PUBLIC(void ) STag_surfxml_host(void);
72 XBT_PUBLIC(void ) ETag_surfxml_host(void);
73 XBT_PUBLIC(void ) STag_surfxml_host_link(void);
74 XBT_PUBLIC(void ) ETag_surfxml_host_link(void);
75 XBT_PUBLIC(void ) STag_surfxml_cluster(void);
76 XBT_PUBLIC(void ) ETag_surfxml_cluster(void);
77 XBT_PUBLIC(void ) STag_surfxml_peer(void);
78 XBT_PUBLIC(void ) ETag_surfxml_peer(void);
79 XBT_PUBLIC(void ) STag_surfxml_router(void);
80 XBT_PUBLIC(void ) ETag_surfxml_router(void);
81 XBT_PUBLIC(void ) STag_surfxml_backbone(void);
82 XBT_PUBLIC(void ) ETag_surfxml_backbone(void);
83 XBT_PUBLIC(void ) STag_surfxml_link(void);
84 XBT_PUBLIC(void ) ETag_surfxml_link(void);
85 XBT_PUBLIC(void ) STag_surfxml_route(void);
86 XBT_PUBLIC(void ) ETag_surfxml_route(void);
87 XBT_PUBLIC(void ) STag_surfxml_ASroute(void);
88 XBT_PUBLIC(void ) ETag_surfxml_ASroute(void);
89 XBT_PUBLIC(void ) STag_surfxml_link_ctn(void);
90 XBT_PUBLIC(void ) ETag_surfxml_link_ctn(void);
91 XBT_PUBLIC(void ) STag_surfxml_bypassRoute(void);
92 XBT_PUBLIC(void ) ETag_surfxml_bypassRoute(void);
93 XBT_PUBLIC(void ) STag_surfxml_bypassASroute(void);
94 XBT_PUBLIC(void ) ETag_surfxml_bypassASroute(void);
95 XBT_PUBLIC(void ) STag_surfxml_process(void);
96 XBT_PUBLIC(void ) ETag_surfxml_process(void);
97 XBT_PUBLIC(void ) STag_surfxml_argument(void);
98 XBT_PUBLIC(void ) ETag_surfxml_argument(void);
99 XBT_PUBLIC(void ) STag_surfxml_config(void);
100 XBT_PUBLIC(void ) ETag_surfxml_config(void);
101 XBT_PUBLIC(void ) STag_surfxml_prop(void);
102 XBT_PUBLIC(void ) ETag_surfxml_prop(void);
103
104 /* XML application data. */
105 typedef int AT_surfxml_mount_name;
106 #define AU_surfxml_mount_name NULL
107 typedef enum { AU_surfxml_random_generator, A_surfxml_random_generator_DRAND48,A_surfxml_random_generator_RAND,A_surfxml_random_generator_RNGSTREAM,A_surfxml_random_generator_NONE } AT_surfxml_random_generator;
108 typedef int AT_surfxml_ASroute_gw_dst;
109 #define AU_surfxml_ASroute_gw_dst NULL
110 typedef int AT_surfxml_trace_connect_element;
111 #define AU_surfxml_trace_connect_element NULL
112 typedef int AT_surfxml_prop_id;
113 #define AU_surfxml_prop_id NULL
114 typedef int AT_surfxml_host_link_up;
115 #define AU_surfxml_host_link_up NULL
116 typedef int AT_surfxml_host_id;
117 #define AU_surfxml_host_id NULL
118 typedef enum { AU_surfxml_ASroute_symmetrical, A_surfxml_ASroute_symmetrical_YES,A_surfxml_ASroute_symmetrical_NO } AT_surfxml_ASroute_symmetrical;
119 typedef int AT_surfxml_peer_lat;
120 #define AU_surfxml_peer_lat NULL
121 typedef enum { AU_surfxml_process_on_failure, A_surfxml_process_on_failure_DIE,A_surfxml_process_on_failure_RESTART } AT_surfxml_process_on_failure;
122 typedef int AT_surfxml_link_latency_file;
123 #define AU_surfxml_link_latency_file NULL
124 typedef int AT_surfxml_peer_availability_file;
125 #define AU_surfxml_peer_availability_file NULL
126 typedef enum { AU_surfxml_link_ctn_direction, A_surfxml_link_ctn_direction_UP,A_surfxml_link_ctn_direction_DOWN,A_surfxml_link_ctn_direction_NONE } AT_surfxml_link_ctn_direction;
127 typedef enum { AU_surfxml_host_state, A_surfxml_host_state_ON,A_surfxml_host_state_OFF } AT_surfxml_host_state;
128 typedef int AT_surfxml_AS_id;
129 #define AU_surfxml_AS_id NULL
130 typedef int AT_surfxml_host_power;
131 #define AU_surfxml_host_power NULL
132 typedef int AT_surfxml_router_id;
133 #define AU_surfxml_router_id NULL
134 typedef int AT_surfxml_storage_type_id;
135 #define AU_surfxml_storage_type_id NULL
136 typedef int AT_surfxml_process_start_time;
137 #define AU_surfxml_process_start_time NULL
138 typedef int AT_surfxml_cluster_suffix;
139 #define AU_surfxml_cluster_suffix NULL
140 typedef int AT_surfxml_bypassASroute_dst;
141 #define AU_surfxml_bypassASroute_dst NULL
142 typedef int AT_surfxml_host_link_id;
143 #define AU_surfxml_host_link_id NULL
144 typedef int AT_surfxml_ASroute_src;
145 #define AU_surfxml_ASroute_src NULL
146 typedef int AT_surfxml_cluster_prefix;
147 #define AU_surfxml_cluster_prefix NULL
148 typedef int AT_surfxml_trace_file;
149 #define AU_surfxml_trace_file NULL
150 typedef enum { AU_surfxml_link_sharing_policy, A_surfxml_link_sharing_policy_SHARED,A_surfxml_link_sharing_policy_FATPIPE,A_surfxml_link_sharing_policy_FULLDUPLEX } AT_surfxml_link_sharing_policy;
151 typedef int AT_surfxml_storage_typeId;
152 #define AU_surfxml_storage_typeId NULL
153 typedef int AT_surfxml_random_min;
154 #define AU_surfxml_random_min NULL
155 typedef int AT_surfxml_link_ctn_id;
156 #define AU_surfxml_link_ctn_id NULL
157 typedef int AT_surfxml_peer_bw_out;
158 #define AU_surfxml_peer_bw_out NULL
159 typedef int AT_surfxml_cluster_availability_file;
160 #define AU_surfxml_cluster_availability_file NULL
161 typedef int AT_surfxml_storage_content;
162 #define AU_surfxml_storage_content NULL
163 typedef int AT_surfxml_process_kill_time;
164 #define AU_surfxml_process_kill_time NULL
165 typedef int AT_surfxml_cluster_bb_bw;
166 #define AU_surfxml_cluster_bb_bw NULL
167 typedef int AT_surfxml_argument_value;
168 #define AU_surfxml_argument_value NULL
169 typedef enum { AU_surfxml_link_state, A_surfxml_link_state_ON,A_surfxml_link_state_OFF } AT_surfxml_link_state;
170 typedef int AT_surfxml_ASroute_gw_src;
171 #define AU_surfxml_ASroute_gw_src NULL
172 typedef enum { AU_surfxml_AS_routing, A_surfxml_AS_routing_Full,A_surfxml_AS_routing_Floyd,A_surfxml_AS_routing_Dijkstra,A_surfxml_AS_routing_DijkstraCache,A_surfxml_AS_routing_None,A_surfxml_AS_routing_RuleBased,A_surfxml_AS_routing_Vivaldi,A_surfxml_AS_routing_Cluster } AT_surfxml_AS_routing;
173 typedef int AT_surfxml_link_bandwidth;
174 #define AU_surfxml_link_bandwidth NULL
175 typedef int AT_surfxml_cluster_id;
176 #define AU_surfxml_cluster_id NULL
177 typedef int AT_surfxml_peer_bw_in;
178 #define AU_surfxml_peer_bw_in NULL
179 typedef int AT_surfxml_random_mean;
180 #define AU_surfxml_random_mean NULL
181 typedef int AT_surfxml_storage_type_size;
182 #define AU_surfxml_storage_type_size NULL
183 typedef int AT_surfxml_cluster_bb_lat;
184 #define AU_surfxml_cluster_bb_lat NULL
185 typedef int AT_surfxml_link_latency;
186 #define AU_surfxml_link_latency NULL
187 typedef int AT_surfxml_backbone_bandwidth;
188 #define AU_surfxml_backbone_bandwidth NULL
189 typedef int AT_surfxml_backbone_id;
190 #define AU_surfxml_backbone_id NULL
191 typedef enum { AU_surfxml_trace_connect_kind, A_surfxml_trace_connect_kind_HOST_AVAIL,A_surfxml_trace_connect_kind_POWER,A_surfxml_trace_connect_kind_LINK_AVAIL,A_surfxml_trace_connect_kind_BANDWIDTH,A_surfxml_trace_connect_kind_LATENCY } AT_surfxml_trace_connect_kind;
192 typedef int AT_surfxml_random_seed;
193 #define AU_surfxml_random_seed NULL
194 typedef int AT_surfxml_cluster_state_file;
195 #define AU_surfxml_cluster_state_file NULL
196 typedef int AT_surfxml_link_bandwidth_file;
197 #define AU_surfxml_link_bandwidth_file NULL
198 typedef int AT_surfxml_storage_type_content;
199 #define AU_surfxml_storage_type_content NULL
200 typedef enum { AU_surfxml_route_symmetrical, A_surfxml_route_symmetrical_YES,A_surfxml_route_symmetrical_NO } AT_surfxml_route_symmetrical;
201 typedef int AT_surfxml_random_id;
202 #define AU_surfxml_random_id NULL
203 typedef int AT_surfxml_mstorage_name;
204 #define AU_surfxml_mstorage_name NULL
205 typedef int AT_surfxml_random_max;
206 #define AU_surfxml_random_max NULL
207 typedef int AT_surfxml_link_id;
208 #define AU_surfxml_link_id NULL
209 typedef int AT_surfxml_process_host;
210 #define AU_surfxml_process_host NULL
211 typedef int AT_surfxml_host_availability_file;
212 #define AU_surfxml_host_availability_file NULL
213 typedef int AT_surfxml_cluster_lat;
214 #define AU_surfxml_cluster_lat NULL
215 typedef int AT_surfxml_router_coordinates;
216 #define AU_surfxml_router_coordinates NULL
217 typedef int AT_surfxml_trace_periodicity;
218 #define AU_surfxml_trace_periodicity NULL
219 typedef enum { AU_surfxml_cluster_bb_sharing_policy, A_surfxml_cluster_bb_sharing_policy_SHARED,A_surfxml_cluster_bb_sharing_policy_FATPIPE } AT_surfxml_cluster_bb_sharing_policy;
220 typedef int AT_surfxml_peer_coordinates;
221 #define AU_surfxml_peer_coordinates NULL
222 typedef int AT_surfxml_peer_state_file;
223 #define AU_surfxml_peer_state_file NULL
224 typedef int AT_surfxml_bypassASroute_src;
225 #define AU_surfxml_bypassASroute_src NULL
226 typedef int AT_surfxml_prop_value;
227 #define AU_surfxml_prop_value NULL
228 typedef int AT_surfxml_mstorage_typeId;
229 #define AU_surfxml_mstorage_typeId NULL
230 typedef int AT_surfxml_ASroute_dst;
231 #define AU_surfxml_ASroute_dst NULL
232 typedef int AT_surfxml_link_state_file;
233 #define AU_surfxml_link_state_file NULL
234 typedef int AT_surfxml_random_radical;
235 #define AU_surfxml_random_radical NULL
236 typedef int AT_surfxml_bypassASroute_gw_src;
237 #define AU_surfxml_bypassASroute_gw_src NULL
238 typedef int AT_surfxml_trace_connect_trace;
239 #define AU_surfxml_trace_connect_trace NULL
240 typedef int AT_surfxml_mount_id;
241 #define AU_surfxml_mount_id NULL
242 typedef int AT_surfxml_cluster_power;
243 #define AU_surfxml_cluster_power NULL
244 typedef int AT_surfxml_process_function;
245 #define AU_surfxml_process_function NULL
246 typedef int AT_surfxml_peer_id;
247 #define AU_surfxml_peer_id NULL
248 typedef int AT_surfxml_cluster_router_id;
249 #define AU_surfxml_cluster_router_id NULL
250 typedef enum { AU_surfxml_cluster_sharing_policy, A_surfxml_cluster_sharing_policy_SHARED,A_surfxml_cluster_sharing_policy_FULLDUPLEX,A_surfxml_cluster_sharing_policy_FATPIPE } AT_surfxml_cluster_sharing_policy;
251 typedef int AT_surfxml_bypassRoute_dst;
252 #define AU_surfxml_bypassRoute_dst NULL
253 typedef int AT_surfxml_host_core;
254 #define AU_surfxml_host_core NULL
255 typedef int AT_surfxml_storage_type_model;
256 #define AU_surfxml_storage_type_model NULL
257 typedef int AT_surfxml_host_availability;
258 #define AU_surfxml_host_availability NULL
259 typedef int AT_surfxml_bypassRoute_src;
260 #define AU_surfxml_bypassRoute_src NULL
261 typedef int AT_surfxml_backbone_latency;
262 #define AU_surfxml_backbone_latency NULL
263 typedef int AT_surfxml_route_src;
264 #define AU_surfxml_route_src NULL
265 typedef int AT_surfxml_storage_id;
266 #define AU_surfxml_storage_id NULL
267 typedef int AT_surfxml_host_coordinates;
268 #define AU_surfxml_host_coordinates NULL
269 typedef int AT_surfxml_trace_id;
270 #define AU_surfxml_trace_id NULL
271 typedef int AT_surfxml_peer_power;
272 #define AU_surfxml_peer_power NULL
273 typedef int AT_surfxml_cluster_radical;
274 #define AU_surfxml_cluster_radical NULL
275 typedef int AT_surfxml_config_id;
276 #define AU_surfxml_config_id NULL
277 typedef int AT_surfxml_bypassASroute_gw_dst;
278 #define AU_surfxml_bypassASroute_gw_dst NULL
279 typedef int AT_surfxml_host_link_down;
280 #define AU_surfxml_host_link_down NULL
281 typedef int AT_surfxml_include_file;
282 #define AU_surfxml_include_file NULL
283 typedef int AT_surfxml_random_std_deviation;
284 #define AU_surfxml_random_std_deviation NULL
285 typedef int AT_surfxml_cluster_core;
286 #define AU_surfxml_cluster_core NULL
287 typedef int AT_surfxml_host_state_file;
288 #define AU_surfxml_host_state_file NULL
289 typedef int AT_surfxml_route_dst;
290 #define AU_surfxml_route_dst NULL
291 typedef int AT_surfxml_cluster_bw;
292 #define AU_surfxml_cluster_bw NULL
293 typedef int AT_surfxml_platform_version;
294 #define AU_surfxml_platform_version NULL
295
296 /* FleXML-provided data. */
297 XBT_PUBLIC_DATA(int ) surfxml_pcdata_ix;
298 XBT_PUBLIC_DATA(char *) surfxml_bufferstack;
299 #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix)
300 XBT_PUBLIC_DATA(AT_surfxml_mount_name ) AX_surfxml_mount_name;
301 #define A_surfxml_mount_name (surfxml_bufferstack + AX_surfxml_mount_name)
302 XBT_PUBLIC_DATA(short ) int surfxml_mount_name_isset;
303 XBT_PUBLIC_DATA(AT_surfxml_random_generator ) AX_surfxml_random_generator;
304 #define A_surfxml_random_generator AX_surfxml_random_generator
305 XBT_PUBLIC_DATA(short ) int surfxml_random_generator_isset;
306 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_dst ) AX_surfxml_ASroute_gw_dst;
307 #define A_surfxml_ASroute_gw_dst (surfxml_bufferstack + AX_surfxml_ASroute_gw_dst)
308 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_gw_dst_isset;
309 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_element ) AX_surfxml_trace_connect_element;
310 #define A_surfxml_trace_connect_element (surfxml_bufferstack + AX_surfxml_trace_connect_element)
311 XBT_PUBLIC_DATA(short ) int surfxml_trace_connect_element_isset;
312 XBT_PUBLIC_DATA(AT_surfxml_prop_id ) AX_surfxml_prop_id;
313 #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id)
314 XBT_PUBLIC_DATA(short ) int surfxml_prop_id_isset;
315 XBT_PUBLIC_DATA(AT_surfxml_host_link_up ) AX_surfxml_host_link_up;
316 #define A_surfxml_host_link_up (surfxml_bufferstack + AX_surfxml_host_link_up)
317 XBT_PUBLIC_DATA(short ) int surfxml_host_link_up_isset;
318 XBT_PUBLIC_DATA(AT_surfxml_host_id ) AX_surfxml_host_id;
319 #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id)
320 XBT_PUBLIC_DATA(short ) int surfxml_host_id_isset;
321 XBT_PUBLIC_DATA(AT_surfxml_ASroute_symmetrical ) AX_surfxml_ASroute_symmetrical;
322 #define A_surfxml_ASroute_symmetrical AX_surfxml_ASroute_symmetrical
323 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_symmetrical_isset;
324 XBT_PUBLIC_DATA(AT_surfxml_peer_lat ) AX_surfxml_peer_lat;
325 #define A_surfxml_peer_lat (surfxml_bufferstack + AX_surfxml_peer_lat)
326 XBT_PUBLIC_DATA(short ) int surfxml_peer_lat_isset;
327 XBT_PUBLIC_DATA(AT_surfxml_process_on_failure ) AX_surfxml_process_on_failure;
328 #define A_surfxml_process_on_failure AX_surfxml_process_on_failure
329 XBT_PUBLIC_DATA(short ) int surfxml_process_on_failure_isset;
330 XBT_PUBLIC_DATA(AT_surfxml_link_latency_file ) AX_surfxml_link_latency_file;
331 #define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file)
332 XBT_PUBLIC_DATA(short ) int surfxml_link_latency_file_isset;
333 XBT_PUBLIC_DATA(AT_surfxml_peer_availability_file ) AX_surfxml_peer_availability_file;
334 #define A_surfxml_peer_availability_file (surfxml_bufferstack + AX_surfxml_peer_availability_file)
335 XBT_PUBLIC_DATA(short ) int surfxml_peer_availability_file_isset;
336 XBT_PUBLIC_DATA(AT_surfxml_link_ctn_direction ) AX_surfxml_link_ctn_direction;
337 #define A_surfxml_link_ctn_direction AX_surfxml_link_ctn_direction
338 XBT_PUBLIC_DATA(short ) int surfxml_link_ctn_direction_isset;
339 XBT_PUBLIC_DATA(AT_surfxml_host_state ) AX_surfxml_host_state;
340 #define A_surfxml_host_state AX_surfxml_host_state
341 XBT_PUBLIC_DATA(short ) int surfxml_host_state_isset;
342 XBT_PUBLIC_DATA(AT_surfxml_AS_id ) AX_surfxml_AS_id;
343 #define A_surfxml_AS_id (surfxml_bufferstack + AX_surfxml_AS_id)
344 XBT_PUBLIC_DATA(short ) int surfxml_AS_id_isset;
345 XBT_PUBLIC_DATA(AT_surfxml_host_power ) AX_surfxml_host_power;
346 #define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power)
347 XBT_PUBLIC_DATA(short ) int surfxml_host_power_isset;
348 XBT_PUBLIC_DATA(AT_surfxml_router_id ) AX_surfxml_router_id;
349 #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id)
350 XBT_PUBLIC_DATA(short ) int surfxml_router_id_isset;
351 XBT_PUBLIC_DATA(AT_surfxml_storage_type_id ) AX_surfxml_storage_type_id;
352 #define A_surfxml_storage_type_id (surfxml_bufferstack + AX_surfxml_storage_type_id)
353 XBT_PUBLIC_DATA(short ) int surfxml_storage_type_id_isset;
354 XBT_PUBLIC_DATA(AT_surfxml_process_start_time ) AX_surfxml_process_start_time;
355 #define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time)
356 XBT_PUBLIC_DATA(short ) int surfxml_process_start_time_isset;
357 XBT_PUBLIC_DATA(AT_surfxml_cluster_suffix ) AX_surfxml_cluster_suffix;
358 #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix)
359 XBT_PUBLIC_DATA(short ) int surfxml_cluster_suffix_isset;
360 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_dst ) AX_surfxml_bypassASroute_dst;
361 #define A_surfxml_bypassASroute_dst (surfxml_bufferstack + AX_surfxml_bypassASroute_dst)
362 XBT_PUBLIC_DATA(short ) int surfxml_bypassASroute_dst_isset;
363 XBT_PUBLIC_DATA(AT_surfxml_host_link_id ) AX_surfxml_host_link_id;
364 #define A_surfxml_host_link_id (surfxml_bufferstack + AX_surfxml_host_link_id)
365 XBT_PUBLIC_DATA(short ) int surfxml_host_link_id_isset;
366 XBT_PUBLIC_DATA(AT_surfxml_ASroute_src ) AX_surfxml_ASroute_src;
367 #define A_surfxml_ASroute_src (surfxml_bufferstack + AX_surfxml_ASroute_src)
368 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_src_isset;
369 XBT_PUBLIC_DATA(AT_surfxml_cluster_prefix ) AX_surfxml_cluster_prefix;
370 #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix)
371 XBT_PUBLIC_DATA(short ) int surfxml_cluster_prefix_isset;
372 XBT_PUBLIC_DATA(AT_surfxml_trace_file ) AX_surfxml_trace_file;
373 #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file)
374 XBT_PUBLIC_DATA(short ) int surfxml_trace_file_isset;
375 XBT_PUBLIC_DATA(AT_surfxml_link_sharing_policy ) AX_surfxml_link_sharing_policy;
376 #define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy
377 XBT_PUBLIC_DATA(short ) int surfxml_link_sharing_policy_isset;
378 XBT_PUBLIC_DATA(AT_surfxml_storage_typeId ) AX_surfxml_storage_typeId;
379 #define A_surfxml_storage_typeId (surfxml_bufferstack + AX_surfxml_storage_typeId)
380 XBT_PUBLIC_DATA(short ) int surfxml_storage_typeId_isset;
381 XBT_PUBLIC_DATA(AT_surfxml_random_min ) AX_surfxml_random_min;
382 #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min)
383 XBT_PUBLIC_DATA(short ) int surfxml_random_min_isset;
384 XBT_PUBLIC_DATA(AT_surfxml_link_ctn_id ) AX_surfxml_link_ctn_id;
385 #define A_surfxml_link_ctn_id (surfxml_bufferstack + AX_surfxml_link_ctn_id)
386 XBT_PUBLIC_DATA(short ) int surfxml_link_ctn_id_isset;
387 XBT_PUBLIC_DATA(AT_surfxml_peer_bw_out ) AX_surfxml_peer_bw_out;
388 #define A_surfxml_peer_bw_out (surfxml_bufferstack + AX_surfxml_peer_bw_out)
389 XBT_PUBLIC_DATA(short ) int surfxml_peer_bw_out_isset;
390 XBT_PUBLIC_DATA(AT_surfxml_cluster_availability_file ) AX_surfxml_cluster_availability_file;
391 #define A_surfxml_cluster_availability_file (surfxml_bufferstack + AX_surfxml_cluster_availability_file)
392 XBT_PUBLIC_DATA(short ) int surfxml_cluster_availability_file_isset;
393 XBT_PUBLIC_DATA(AT_surfxml_storage_content ) AX_surfxml_storage_content;
394 #define A_surfxml_storage_content (surfxml_bufferstack + AX_surfxml_storage_content)
395 XBT_PUBLIC_DATA(short ) int surfxml_storage_content_isset;
396 XBT_PUBLIC_DATA(AT_surfxml_process_kill_time ) AX_surfxml_process_kill_time;
397 #define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time)
398 XBT_PUBLIC_DATA(short ) int surfxml_process_kill_time_isset;
399 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_bw ) AX_surfxml_cluster_bb_bw;
400 #define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw)
401 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bb_bw_isset;
402 XBT_PUBLIC_DATA(AT_surfxml_argument_value ) AX_surfxml_argument_value;
403 #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value)
404 XBT_PUBLIC_DATA(short ) int surfxml_argument_value_isset;
405 XBT_PUBLIC_DATA(AT_surfxml_link_state ) AX_surfxml_link_state;
406 #define A_surfxml_link_state AX_surfxml_link_state
407 XBT_PUBLIC_DATA(short ) int surfxml_link_state_isset;
408 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_src ) AX_surfxml_ASroute_gw_src;
409 #define A_surfxml_ASroute_gw_src (surfxml_bufferstack + AX_surfxml_ASroute_gw_src)
410 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_gw_src_isset;
411 XBT_PUBLIC_DATA(AT_surfxml_AS_routing ) AX_surfxml_AS_routing;
412 #define A_surfxml_AS_routing AX_surfxml_AS_routing
413 XBT_PUBLIC_DATA(short ) int surfxml_AS_routing_isset;
414 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth ) AX_surfxml_link_bandwidth;
415 #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth)
416 XBT_PUBLIC_DATA(short ) int surfxml_link_bandwidth_isset;
417 XBT_PUBLIC_DATA(AT_surfxml_cluster_id ) AX_surfxml_cluster_id;
418 #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id)
419 XBT_PUBLIC_DATA(short ) int surfxml_cluster_id_isset;
420 XBT_PUBLIC_DATA(AT_surfxml_peer_bw_in ) AX_surfxml_peer_bw_in;
421 #define A_surfxml_peer_bw_in (surfxml_bufferstack + AX_surfxml_peer_bw_in)
422 XBT_PUBLIC_DATA(short ) int surfxml_peer_bw_in_isset;
423 XBT_PUBLIC_DATA(AT_surfxml_random_mean ) AX_surfxml_random_mean;
424 #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean)
425 XBT_PUBLIC_DATA(short ) int surfxml_random_mean_isset;
426 XBT_PUBLIC_DATA(AT_surfxml_storage_type_size ) AX_surfxml_storage_type_size;
427 #define A_surfxml_storage_type_size (surfxml_bufferstack + AX_surfxml_storage_type_size)
428 XBT_PUBLIC_DATA(short ) int surfxml_storage_type_size_isset;
429 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_lat ) AX_surfxml_cluster_bb_lat;
430 #define A_surfxml_cluster_bb_lat (surfxml_bufferstack + AX_surfxml_cluster_bb_lat)
431 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bb_lat_isset;
432 XBT_PUBLIC_DATA(AT_surfxml_link_latency ) AX_surfxml_link_latency;
433 #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency)
434 XBT_PUBLIC_DATA(short ) int surfxml_link_latency_isset;
435 XBT_PUBLIC_DATA(AT_surfxml_backbone_bandwidth ) AX_surfxml_backbone_bandwidth;
436 #define A_surfxml_backbone_bandwidth (surfxml_bufferstack + AX_surfxml_backbone_bandwidth)
437 XBT_PUBLIC_DATA(short ) int surfxml_backbone_bandwidth_isset;
438 XBT_PUBLIC_DATA(AT_surfxml_backbone_id ) AX_surfxml_backbone_id;
439 #define A_surfxml_backbone_id (surfxml_bufferstack + AX_surfxml_backbone_id)
440 XBT_PUBLIC_DATA(short ) int surfxml_backbone_id_isset;
441 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_kind ) AX_surfxml_trace_connect_kind;
442 #define A_surfxml_trace_connect_kind AX_surfxml_trace_connect_kind
443 XBT_PUBLIC_DATA(short ) int surfxml_trace_connect_kind_isset;
444 XBT_PUBLIC_DATA(AT_surfxml_random_seed ) AX_surfxml_random_seed;
445 #define A_surfxml_random_seed (surfxml_bufferstack + AX_surfxml_random_seed)
446 XBT_PUBLIC_DATA(short ) int surfxml_random_seed_isset;
447 XBT_PUBLIC_DATA(AT_surfxml_cluster_state_file ) AX_surfxml_cluster_state_file;
448 #define A_surfxml_cluster_state_file (surfxml_bufferstack + AX_surfxml_cluster_state_file)
449 XBT_PUBLIC_DATA(short ) int surfxml_cluster_state_file_isset;
450 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth_file ) AX_surfxml_link_bandwidth_file;
451 #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file)
452 XBT_PUBLIC_DATA(short ) int surfxml_link_bandwidth_file_isset;
453 XBT_PUBLIC_DATA(AT_surfxml_storage_type_content ) AX_surfxml_storage_type_content;
454 #define A_surfxml_storage_type_content (surfxml_bufferstack + AX_surfxml_storage_type_content)
455 XBT_PUBLIC_DATA(short ) int surfxml_storage_type_content_isset;
456 XBT_PUBLIC_DATA(AT_surfxml_route_symmetrical ) AX_surfxml_route_symmetrical;
457 #define A_surfxml_route_symmetrical AX_surfxml_route_symmetrical
458 XBT_PUBLIC_DATA(short ) int surfxml_route_symmetrical_isset;
459 XBT_PUBLIC_DATA(AT_surfxml_random_id ) AX_surfxml_random_id;
460 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
461 XBT_PUBLIC_DATA(short ) int surfxml_random_id_isset;
462 XBT_PUBLIC_DATA(AT_surfxml_mstorage_name ) AX_surfxml_mstorage_name;
463 #define A_surfxml_mstorage_name (surfxml_bufferstack + AX_surfxml_mstorage_name)
464 XBT_PUBLIC_DATA(short ) int surfxml_mstorage_name_isset;
465 XBT_PUBLIC_DATA(AT_surfxml_random_max ) AX_surfxml_random_max;
466 #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max)
467 XBT_PUBLIC_DATA(short ) int surfxml_random_max_isset;
468 XBT_PUBLIC_DATA(AT_surfxml_link_id ) AX_surfxml_link_id;
469 #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id)
470 XBT_PUBLIC_DATA(short ) int surfxml_link_id_isset;
471 XBT_PUBLIC_DATA(AT_surfxml_process_host ) AX_surfxml_process_host;
472 #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host)
473 XBT_PUBLIC_DATA(short ) int surfxml_process_host_isset;
474 XBT_PUBLIC_DATA(AT_surfxml_host_availability_file ) AX_surfxml_host_availability_file;
475 #define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file)
476 XBT_PUBLIC_DATA(short ) int surfxml_host_availability_file_isset;
477 XBT_PUBLIC_DATA(AT_surfxml_cluster_lat ) AX_surfxml_cluster_lat;
478 #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat)
479 XBT_PUBLIC_DATA(short ) int surfxml_cluster_lat_isset;
480 XBT_PUBLIC_DATA(AT_surfxml_router_coordinates ) AX_surfxml_router_coordinates;
481 #define A_surfxml_router_coordinates (surfxml_bufferstack + AX_surfxml_router_coordinates)
482 XBT_PUBLIC_DATA(short ) int surfxml_router_coordinates_isset;
483 XBT_PUBLIC_DATA(AT_surfxml_trace_periodicity ) AX_surfxml_trace_periodicity;
484 #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity)
485 XBT_PUBLIC_DATA(short ) int surfxml_trace_periodicity_isset;
486 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_sharing_policy ) AX_surfxml_cluster_bb_sharing_policy;
487 #define A_surfxml_cluster_bb_sharing_policy AX_surfxml_cluster_bb_sharing_policy
488 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bb_sharing_policy_isset;
489 XBT_PUBLIC_DATA(AT_surfxml_peer_coordinates ) AX_surfxml_peer_coordinates;
490 #define A_surfxml_peer_coordinates (surfxml_bufferstack + AX_surfxml_peer_coordinates)
491 XBT_PUBLIC_DATA(short ) int surfxml_peer_coordinates_isset;
492 XBT_PUBLIC_DATA(AT_surfxml_peer_state_file ) AX_surfxml_peer_state_file;
493 #define A_surfxml_peer_state_file (surfxml_bufferstack + AX_surfxml_peer_state_file)
494 XBT_PUBLIC_DATA(short ) int surfxml_peer_state_file_isset;
495 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_src ) AX_surfxml_bypassASroute_src;
496 #define A_surfxml_bypassASroute_src (surfxml_bufferstack + AX_surfxml_bypassASroute_src)
497 XBT_PUBLIC_DATA(short ) int surfxml_bypassASroute_src_isset;
498 XBT_PUBLIC_DATA(AT_surfxml_prop_value ) AX_surfxml_prop_value;
499 #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value)
500 XBT_PUBLIC_DATA(short ) int surfxml_prop_value_isset;
501 XBT_PUBLIC_DATA(AT_surfxml_mstorage_typeId ) AX_surfxml_mstorage_typeId;
502 #define A_surfxml_mstorage_typeId (surfxml_bufferstack + AX_surfxml_mstorage_typeId)
503 XBT_PUBLIC_DATA(short ) int surfxml_mstorage_typeId_isset;
504 XBT_PUBLIC_DATA(AT_surfxml_ASroute_dst ) AX_surfxml_ASroute_dst;
505 #define A_surfxml_ASroute_dst (surfxml_bufferstack + AX_surfxml_ASroute_dst)
506 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_dst_isset;
507 XBT_PUBLIC_DATA(AT_surfxml_link_state_file ) AX_surfxml_link_state_file;
508 #define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file)
509 XBT_PUBLIC_DATA(short ) int surfxml_link_state_file_isset;
510 XBT_PUBLIC_DATA(AT_surfxml_random_radical ) AX_surfxml_random_radical;
511 #define A_surfxml_random_radical (surfxml_bufferstack + AX_surfxml_random_radical)
512 XBT_PUBLIC_DATA(short ) int surfxml_random_radical_isset;
513 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_gw_src ) AX_surfxml_bypassASroute_gw_src;
514 #define A_surfxml_bypassASroute_gw_src (surfxml_bufferstack + AX_surfxml_bypassASroute_gw_src)
515 XBT_PUBLIC_DATA(short ) int surfxml_bypassASroute_gw_src_isset;
516 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_trace ) AX_surfxml_trace_connect_trace;
517 #define A_surfxml_trace_connect_trace (surfxml_bufferstack + AX_surfxml_trace_connect_trace)
518 XBT_PUBLIC_DATA(short ) int surfxml_trace_connect_trace_isset;
519 XBT_PUBLIC_DATA(AT_surfxml_mount_id ) AX_surfxml_mount_id;
520 #define A_surfxml_mount_id (surfxml_bufferstack + AX_surfxml_mount_id)
521 XBT_PUBLIC_DATA(short ) int surfxml_mount_id_isset;
522 XBT_PUBLIC_DATA(AT_surfxml_cluster_power ) AX_surfxml_cluster_power;
523 #define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power)
524 XBT_PUBLIC_DATA(short ) int surfxml_cluster_power_isset;
525 XBT_PUBLIC_DATA(AT_surfxml_process_function ) AX_surfxml_process_function;
526 #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function)
527 XBT_PUBLIC_DATA(short ) int surfxml_process_function_isset;
528 XBT_PUBLIC_DATA(AT_surfxml_peer_id ) AX_surfxml_peer_id;
529 #define A_surfxml_peer_id (surfxml_bufferstack + AX_surfxml_peer_id)
530 XBT_PUBLIC_DATA(short ) int surfxml_peer_id_isset;
531 XBT_PUBLIC_DATA(AT_surfxml_cluster_router_id ) AX_surfxml_cluster_router_id;
532 #define A_surfxml_cluster_router_id (surfxml_bufferstack + AX_surfxml_cluster_router_id)
533 XBT_PUBLIC_DATA(short ) int surfxml_cluster_router_id_isset;
534 XBT_PUBLIC_DATA(AT_surfxml_cluster_sharing_policy ) AX_surfxml_cluster_sharing_policy;
535 #define A_surfxml_cluster_sharing_policy AX_surfxml_cluster_sharing_policy
536 XBT_PUBLIC_DATA(short ) int surfxml_cluster_sharing_policy_isset;
537 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_dst ) AX_surfxml_bypassRoute_dst;
538 #define A_surfxml_bypassRoute_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_dst)
539 XBT_PUBLIC_DATA(short ) int surfxml_bypassRoute_dst_isset;
540 XBT_PUBLIC_DATA(AT_surfxml_host_core ) AX_surfxml_host_core;
541 #define A_surfxml_host_core (surfxml_bufferstack + AX_surfxml_host_core)
542 XBT_PUBLIC_DATA(short ) int surfxml_host_core_isset;
543 XBT_PUBLIC_DATA(AT_surfxml_storage_type_model ) AX_surfxml_storage_type_model;
544 #define A_surfxml_storage_type_model (surfxml_bufferstack + AX_surfxml_storage_type_model)
545 XBT_PUBLIC_DATA(short ) int surfxml_storage_type_model_isset;
546 XBT_PUBLIC_DATA(AT_surfxml_host_availability ) AX_surfxml_host_availability;
547 #define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability)
548 XBT_PUBLIC_DATA(short ) int surfxml_host_availability_isset;
549 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_src ) AX_surfxml_bypassRoute_src;
550 #define A_surfxml_bypassRoute_src (surfxml_bufferstack + AX_surfxml_bypassRoute_src)
551 XBT_PUBLIC_DATA(short ) int surfxml_bypassRoute_src_isset;
552 XBT_PUBLIC_DATA(AT_surfxml_backbone_latency ) AX_surfxml_backbone_latency;
553 #define A_surfxml_backbone_latency (surfxml_bufferstack + AX_surfxml_backbone_latency)
554 XBT_PUBLIC_DATA(short ) int surfxml_backbone_latency_isset;
555 XBT_PUBLIC_DATA(AT_surfxml_route_src ) AX_surfxml_route_src;
556 #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src)
557 XBT_PUBLIC_DATA(short ) int surfxml_route_src_isset;
558 XBT_PUBLIC_DATA(AT_surfxml_storage_id ) AX_surfxml_storage_id;
559 #define A_surfxml_storage_id (surfxml_bufferstack + AX_surfxml_storage_id)
560 XBT_PUBLIC_DATA(short ) int surfxml_storage_id_isset;
561 XBT_PUBLIC_DATA(AT_surfxml_host_coordinates ) AX_surfxml_host_coordinates;
562 #define A_surfxml_host_coordinates (surfxml_bufferstack + AX_surfxml_host_coordinates)
563 XBT_PUBLIC_DATA(short ) int surfxml_host_coordinates_isset;
564 XBT_PUBLIC_DATA(AT_surfxml_trace_id ) AX_surfxml_trace_id;
565 #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id)
566 XBT_PUBLIC_DATA(short ) int surfxml_trace_id_isset;
567 XBT_PUBLIC_DATA(AT_surfxml_peer_power ) AX_surfxml_peer_power;
568 #define A_surfxml_peer_power (surfxml_bufferstack + AX_surfxml_peer_power)
569 XBT_PUBLIC_DATA(short ) int surfxml_peer_power_isset;
570 XBT_PUBLIC_DATA(AT_surfxml_cluster_radical ) AX_surfxml_cluster_radical;
571 #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical)
572 XBT_PUBLIC_DATA(short ) int surfxml_cluster_radical_isset;
573 XBT_PUBLIC_DATA(AT_surfxml_config_id ) AX_surfxml_config_id;
574 #define A_surfxml_config_id (surfxml_bufferstack + AX_surfxml_config_id)
575 XBT_PUBLIC_DATA(short ) int surfxml_config_id_isset;
576 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_gw_dst ) AX_surfxml_bypassASroute_gw_dst;
577 #define A_surfxml_bypassASroute_gw_dst (surfxml_bufferstack + AX_surfxml_bypassASroute_gw_dst)
578 XBT_PUBLIC_DATA(short ) int surfxml_bypassASroute_gw_dst_isset;
579 XBT_PUBLIC_DATA(AT_surfxml_host_link_down ) AX_surfxml_host_link_down;
580 #define A_surfxml_host_link_down (surfxml_bufferstack + AX_surfxml_host_link_down)
581 XBT_PUBLIC_DATA(short ) int surfxml_host_link_down_isset;
582 XBT_PUBLIC_DATA(AT_surfxml_include_file ) AX_surfxml_include_file;
583 #define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file)
584 XBT_PUBLIC_DATA(short ) int surfxml_include_file_isset;
585 XBT_PUBLIC_DATA(AT_surfxml_random_std_deviation ) AX_surfxml_random_std_deviation;
586 #define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation)
587 XBT_PUBLIC_DATA(short ) int surfxml_random_std_deviation_isset;
588 XBT_PUBLIC_DATA(AT_surfxml_cluster_core ) AX_surfxml_cluster_core;
589 #define A_surfxml_cluster_core (surfxml_bufferstack + AX_surfxml_cluster_core)
590 XBT_PUBLIC_DATA(short ) int surfxml_cluster_core_isset;
591 XBT_PUBLIC_DATA(AT_surfxml_host_state_file ) AX_surfxml_host_state_file;
592 #define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file)
593 XBT_PUBLIC_DATA(short ) int surfxml_host_state_file_isset;
594 XBT_PUBLIC_DATA(AT_surfxml_route_dst ) AX_surfxml_route_dst;
595 #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst)
596 XBT_PUBLIC_DATA(short ) int surfxml_route_dst_isset;
597 XBT_PUBLIC_DATA(AT_surfxml_cluster_bw ) AX_surfxml_cluster_bw;
598 #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw)
599 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bw_isset;
600 XBT_PUBLIC_DATA(AT_surfxml_platform_version ) AX_surfxml_platform_version;
601 #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version)
602 XBT_PUBLIC_DATA(short ) int surfxml_platform_version_isset;
603
604 /* XML application utilities. */
605 XBT_PUBLIC(int ) surfxml_element_context(int);
606
607 /* XML processor entry point. */
608 XBT_PUBLIC(int ) yylex(void);
609
610 /* Flexml error handling function (useful only when -q flag passed to flexml) */
611 const char * surfxml_parse_err_msg(void);
612 #endif