X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49f13b7915f6632e0a99d1b916b700049094a59d..335550e32fc61941c4a9e84ed1fc54b465212157:/src/instr/instr_private.h 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 */