X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/018f0c4b9035f7e28796f298e85ab69bb88ca426..8d900364a801ea8e049c5862e360aedea8093094:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index 47e937adff..0bcb00f618 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_netcard_t net_elm; + sg_netcard_t netcard; char *name; /* Unique name of this container */ char *id; /* Unique id of this container */ type_t type; /* Type of this container */