Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
string++ and static_cast too
[simgrid.git] / src / instr / instr_private.h
index de371d1bf00db4a6a163c5f0b8ae973f1ac1d67a..dd0e1c30c5727247e16c48b22b633c73451852d9 100644 (file)
@@ -88,7 +88,7 @@ typedef enum {
 
 typedef struct s_container *container_t;
 typedef struct s_container {
 
 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 */
   char *name;     /* Unique name of this container */
   char *id;       /* Unique id of this container */
   type_t type;    /* Type of this container */