Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added a properties field to struct network_card_GTNETS.
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 9 Jun 2008 11:26:42 +0000 (11:26 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 9 Jun 2008 11:26:42 +0000 (11:26 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5580 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/network_gtnets_private.h

index a8d79c0..96fd252 100644 (file)
@@ -28,6 +28,8 @@ typedef struct network_link_GTNETS {
 typedef struct network_card_GTNETS {
   char *name;
   int id;
 typedef struct network_card_GTNETS {
   char *name;
   int id;
+  /*holds the properties associated witht the card*/
+  xbt_dict_t properties;
 } s_network_card_GTNETS_t, *network_card_GTNETS_t;
 
 typedef struct surf_action_network_GTNETS {
 } s_network_card_GTNETS_t, *network_card_GTNETS_t;
 
 typedef struct surf_action_network_GTNETS {