X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b380659d4cf88b049bfac7e75780a0cff8ae7b5d..6e5cfd7ff86900354c20502af95ee5f751492753:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index d1bc0fc6f0..f67846ac2f 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -13,6 +13,7 @@ #include "surf/surfxml_parse_private.h" #include "surf/random_mgr.h" #include "instr/instr_private.h" +#include "surf/surfxml_parse_values.h" #define NO_MAX_DURATION -1.0 @@ -29,6 +30,7 @@ extern double sg_gtnets_jitter; extern int sg_gtnets_jitter_seed; #endif +extern xbt_dict_t cluster_host_link; extern const char *surf_action_state_names[6]; @@ -137,7 +139,7 @@ typedef struct s_route_extended { /* This enum used in the routing structure helps knowing in which situation we are. */ typedef enum { - SURF_ROUTING_NULL = 0, /**< Indefined type */ + SURF_ROUTING_NULL = 0, /**< Undefined type */ SURF_ROUTING_BASE, /**< Base case: use simple link lists for routing */ SURF_ROUTING_RECURSIVE /**< Recursive case: also return gateway informations */ } e_surf_routing_hierarchy_t;