X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a05e36103267a3998d2ae551073a153693f0fcef..e1ca44fbde5157f4302e3bac006914db59077fa9:/src/surf/network_gtnets_private.h diff --git a/src/surf/network_gtnets_private.h b/src/surf/network_gtnets_private.h index 2a6534c5da..b6acca57e7 100644 --- a/src/surf/network_gtnets_private.h +++ b/src/surf/network_gtnets_private.h @@ -1,6 +1,5 @@ -/* $Id$ */ - -/* Copyright (c) 2004 Arnaud Legrand. All rights reserved. */ +/* Copyright (c) 2007, 2008, 2009, 2010. 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. */ @@ -12,7 +11,7 @@ #include "xbt/dict.h" typedef struct network_link_GTNETS { - s_surf_resource_t generic_resource; /* Must remain first to allow casting */ + s_surf_resource_t generic_resource; /* Must remain first to allow casting */ /* Using this object with the public part of model does not make sense */ double bw_current; @@ -20,11 +19,6 @@ typedef struct network_link_GTNETS { int id; } s_network_link_GTNETS_t, *network_link_GTNETS_t; -typedef struct network_card_GTNETS { - char *name; - int id; -} s_network_card_GTNETS_t, *network_card_GTNETS_t; - typedef struct surf_action_network_GTNETS { s_surf_action_t generic_action; double latency; @@ -34,7 +28,8 @@ typedef struct surf_action_network_GTNETS { int suspended; } s_surf_action_network_GTNETS_t, *surf_action_network_GTNETS_t; -//extern xbt_dict_t network_card_set; +xbt_dict_t network_card_ids; + -#endif /* _SURF_NETWORK_PRIVATE_H */ +#endif /* _SURF_NETWORK_PRIVATE_H */