X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a05e36103267a3998d2ae551073a153693f0fcef..f7d8be2e2c777489cbf95e693dfdcd6c89741962:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index de1a7b68f5..5c3eaa7e94 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -93,4 +93,9 @@ XBT_PUBLIC(void) routing_model_create(size_t size_of_link,void *loopback); */ XBT_PUBLIC(xbt_dict_t) surf_resource_properties(const void *resource); +XBT_PUBLIC(void) surfxml_bufferstack_push(int new); +XBT_PUBLIC(void) surfxml_bufferstack_pop(int new); +XBT_PUBLIC_DATA(int) surfxml_bufferstack_size; + + #endif /* _SURF_SURF_PRIVATE_H */