]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/network_gtnets_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleaning up and multiprocess safer forking approach.
[simgrid.git] / src / surf / network_gtnets_private.h
index a8d79c08742c4c495a9f873bc88da88862ed409c..96fd252adde306c58fa18f7ef2412a8bc78567c8 100644 (file)
@@ -28,6 +28,8 @@ typedef struct network_link_GTNETS {
 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 {