X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6051c95412884222a64b2aac0e9416990e2d1577..7b260a6cdc16e5fe788e15f4f4fb2412c9605263:/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 */