Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unnecessary changes at maxmin.c.
[simgrid.git] / src / surf / surf_private.h
index 85ddca0..61e28b3 100644 (file)
@@ -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 */