X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f4f03348bd07609e258eb3b545bdafc2c881847..57116d6a1208a89cfbf53a70876ec88ba89243ea:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index f64dbc7536..6a6621230d 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -89,7 +89,7 @@ typedef enum { typedef struct s_container *container_t; typedef struct s_container { - sg_routing_edge_t net_elm; + sg_netcard_t net_elm; char *name; /* Unique name of this container */ char *id; /* Unique id of this container */ type_t type; /* Type of this container */