Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make NetCards extendable, and use this for NS3 extension
[simgrid.git] / include / surf / surf_routing.h
index 075f7c7..885d8a1 100644 (file)
 
 SG_BEGIN_DECL()
 
+// FIXME: this header file should die
+
 XBT_PUBLIC_DATA(int) SIMIX_STORAGE_LEVEL; //Simix storage level
-XBT_PUBLIC_DATA(int) COORD_HOST_LEVEL;    //Coordinates level
 
 XBT_PUBLIC_DATA(xbt_lib_t) as_router_lib;
 XBT_PUBLIC_DATA(int) ROUTING_ASR_LEVEL;  //Routing level
 XBT_PUBLIC_DATA(int) COORD_ASR_LEVEL;  //Coordinates level
-XBT_PUBLIC_DATA(int) NS3_ASR_LEVEL;    //host node for ns3
 XBT_PUBLIC_DATA(int) ROUTING_PROP_ASR_LEVEL; //Properties for AS and router
 
 XBT_PUBLIC_DATA(xbt_lib_t) storage_lib;