X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84a3dfad9368c3d7901eaa0a58ffb95ccccb8bc5..c6df69a0a8da173567c52aa716201d929d07de0e:/src/surf/xml/platf_private.hpp diff --git a/src/surf/xml/platf_private.hpp b/src/surf/xml/platf_private.hpp index b505dc9a73..f608ee005a 100644 --- a/src/surf/xml/platf_private.hpp +++ b/src/surf/xml/platf_private.hpp @@ -288,6 +288,7 @@ XBT_PUBLIC(void) sg_platf_new_storage_type(sg_platf_storage_type_cbarg_t storage XBT_PUBLIC(void) sg_platf_new_mount(sg_platf_mount_cbarg_t mount); XBT_PUBLIC(void) sg_platf_new_process(sg_platf_process_cbarg_t process); +XBT_PRIVATE void sg_platf_trace_connect(sg_platf_trace_connect_cbarg_t trace_connect); /* Prototypes of the functions offered by flex */ XBT_PUBLIC(int) surf_parse_lex(void); @@ -303,6 +304,10 @@ XBT_PUBLIC(int) surf_parse_get_debug(void); XBT_PUBLIC(void) surf_parse_set_debug(int bdebug); XBT_PUBLIC(int) surf_parse_lex_destroy(void); +/* To include files (?) */ +XBT_PRIVATE void surfxml_bufferstack_push(int _new); +XBT_PRIVATE void surfxml_bufferstack_pop(int _new); +XBT_PUBLIC_DATA(int) surfxml_bufferstack_size; SG_END_DECL()