X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6051c95412884222a64b2aac0e9416990e2d1577..4a69abcc786d029bd2962537f767d12a0f808d11:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index de371d1bf0..b6c49e6460 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2010-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -88,7 +87,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 */ @@ -455,4 +454,4 @@ typedef struct s_instr_extra_data { SG_END_DECL() -#endif /* INSTR_PRIVATE_H_ */ +#endif