X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/af1adb0177f8402c6fe071f6043d64e009d2b439..fd7651841882fc2795ff07da448a240dbdc90220:/src/surf/xml/platf_private.hpp?ds=sidebyside diff --git a/src/surf/xml/platf_private.hpp b/src/surf/xml/platf_private.hpp index 5c4858d9af..931f78a7bc 100644 --- a/src/surf/xml/platf_private.hpp +++ b/src/surf/xml/platf_private.hpp @@ -238,17 +238,9 @@ XBT_PUBLIC(int) surf_parse_get_debug(); XBT_PUBLIC(void) surf_parse_set_debug(int bdebug); XBT_PUBLIC(int) surf_parse_lex_destroy(); -/* 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; - XBT_PUBLIC(void) routing_route_free(sg_platf_route_cbarg_t route); /********** Instr. **********/ -XBT_PRIVATE void sg_instr_AS_begin(sg_platf_AS_cbarg_t AS); XBT_PRIVATE void sg_instr_new_router(const char* name); -void sg_instr_new_host(simgrid::s4u::Host& host); -XBT_PRIVATE void sg_instr_AS_end(); SG_END_DECL()