X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..7eb65f18cbdb356673c80eeaab388bd93f243ac4:/src/instr/instr_private.h?ds=sidebyside diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index de371d1bf0..dd0e1c30c5 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -88,7 +88,7 @@ typedef enum { typedef struct s_container *container_t; typedef struct s_container { - sg_netcard_t netcard; + sg_netpoint_t netpoint; char *name; /* Unique name of this container */ char *id; /* Unique id of this container */ type_t type; /* Type of this container */