X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d85805182365568b827d198e52c9463a946ec74..86bade75f732e1e4de9d9b4d86069e325655beef:/src/surf/surfxml.l diff --git a/src/surf/surfxml.l b/src/surf/surfxml.l index 69ff5a29e7..0ea2a6f86c 100644 --- a/src/surf/surfxml.l +++ b/src/surf/surfxml.l @@ -1,5 +1,5 @@ /* Validating XML processor for surfxml.dtd. - * Generated 2005/04/06 12:46:16. + * Generated 2005/05/25 14:48:29. * * This program was generated with the FleXML XML processor generator. * FleXML is Copyright © 1999-2005 Kristoffer Rose. All rights reserved. @@ -69,6 +69,7 @@ const char rcs_flexml[] = const char* pcdata; AT_network_link_bandwidth A_network_link_bandwidth; AT_cpu_name A_cpu_name; +AT_process_kill_time A_process_kill_time; AT_network_link_state A_network_link_state; AT_argument_value A_argument_value; AT_cpu_availability_file A_cpu_availability_file; @@ -86,6 +87,7 @@ AT_route_impact_on_src_with_other_recv A_route_impact_on_src_with_other_recv; AT_network_link_name A_network_link_name; AT_route_element_name A_route_element_name; AT_cpu_power A_cpu_power; +AT_process_start_time A_process_start_time; AT_include_file A_include_file; AT_process_function A_process_function; AT_route_dst A_route_dst; @@ -670,6 +672,8 @@ const char* *statenames=NULL; "" { if (!A_process_host) FAIL("Required attribute `host' not set for `process' element."); if (!A_process_function) FAIL("Required attribute `function' not set for `process' element.");