X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/804de3039e8b344955309a3adb6d9425f7f4c378..35cac2ff2faac99a3b8311f774ecbe86cfde1374:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 85ddca085f..61e28b3989 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -17,6 +17,7 @@ #define NO_MAX_DURATION -1.0 extern double sg_tcp_gamma; +extern int sg_maxmin_selective_update; extern const char *surf_action_state_names[6]; @@ -82,7 +83,6 @@ struct s_routing { xbt_dict_t host_id; /* char* -> int* */ xbt_dynar_t (*get_route)(int src, int dst); - void (*finalize_route)(xbt_dynar_t route); void (*finalize)(void); int host_count; }; @@ -94,4 +94,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 */