A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Put variable "to_index" into s_routing_component
[simgrid.git]
/
src
/
surf
/
surf_private.h
diff --git
a/src/surf/surf_private.h
b/src/surf/surf_private.h
index
6102040
..
bd6a157
100644
(file)
--- a/
src/surf/surf_private.h
+++ b/
src/surf/surf_private.h
@@
-138,6
+138,7
@@
typedef enum {
typedef struct s_routing_component *routing_component_t;
typedef struct s_routing_component {
+ xbt_dict_t to_index; /* char* -> network_element_t */
model_type_t routing;
e_surf_routing_hierarchy_t hierarchy;
char *name;