Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A meta-resource : workstation is simply a CPU and a network card.
[simgrid.git] / src / surf / network_private.h
index 0032cd5..963f932 100644 (file)
@@ -9,6 +9,7 @@
 #define _SURF_NETWORK_PRIVATE_H
 
 #include "surf_private.h"
+#include "xbt/dict.h"
 
 typedef enum {
   SURF_NETWORK_LINK_ON = 1,            /* Ready        */
@@ -45,4 +46,6 @@ typedef struct surf_action_network {
   network_card_t dst;
 } s_surf_action_network_t, *surf_action_network_t;
 
+extern xbt_dict_t network_card_set;
+
 #endif                         /* _SURF_NETWORK_PRIVATE_H */