Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added a dumb router to worksation model in order to provide GTNETS
[simgrid.git] / src / surf / workstation_KCCFLN05_private.h
index c7ff0a7..f4562aa 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 *****************/
 /**************************************/