X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97fad7c050587ca9dc0951b77d73e283b1dc9457..504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779:/include/surf/surfxml_parse.h diff --git a/include/surf/surfxml_parse.h b/include/surf/surfxml_parse.h index a219d2fed0..0d69e6ae1c 100644 --- a/include/surf/surfxml_parse.h +++ b/include/surf/surfxml_parse.h @@ -11,12 +11,14 @@ #include /* to have FILE */ #include "surf/surfxml.h" #include "xbt/function_types.h" +#include "xbt/dict.h" + /* Entry-point of the surfxml parser. */ XBT_PUBLIC_DATA(int_f_void_t) surf_parse; /* Hook for the different tags. They can be redefined at will whereas the versions without the _fun can't. */ - +/* XBT_PUBLIC_DATA(void_f_void_t) STag_surfxml_platform_description_fun; XBT_PUBLIC_DATA(void_f_void_t) ETag_surfxml_platform_description_fun; XBT_PUBLIC_DATA(void_f_void_t) STag_surfxml_cpu_fun; @@ -33,6 +35,9 @@ XBT_PUBLIC_DATA(void_f_void_t) STag_surfxml_process_fun; XBT_PUBLIC_DATA(void_f_void_t) ETag_surfxml_process_fun; XBT_PUBLIC_DATA(void_f_void_t) STag_surfxml_argument_fun; XBT_PUBLIC_DATA(void_f_void_t) ETag_surfxml_argument_fun; +XBT_PUBLIC_DATA(void_f_void_t) STag_surfxml_prop_fun; +XBT_PUBLIC_DATA(void_f_void_t) ETag_surfxml_prop_fun; +*/ XBT_PUBLIC(void) surf_parse_open(const char *file); XBT_PUBLIC(void) surf_parse_close(void);