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

Public GIT Repository
Adding a nice description mechanism for models + cleaning (many?) useless functions
[simgrid.git] / src / surf / workstation_KCCFLN05_private.h
index c7ff0a757af75e3d1651f1d8b0ebe5bf7932af04..f4562aa6f5842282d1487d7173f99e2368ae95af 100644 (file)
@@ -15,6 +15,16 @@ typedef enum {
   SURF_WORKSTATION_RESOURCE_LINK,
 } e_surf_workstation_resource_type_t;
 
+
+/**************************************/
+/********* router object **************/
+/**************************************/
+typedef struct router_KCCFLN05 {
+  char *name;          
+  unsigned int id;
+} s_router_KCCFLN05_t, *router_KCCFLN05_t;
+
+
 /**************************************/
 /********* cpu object *****************/
 /**************************************/