Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added a dumb router to worksation model in order to provide GTNETS
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 30 Jul 2007 09:31:53 +0000 (09:31 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 30 Jul 2007 09:31:53 +0000 (09:31 +0000)
platform files compability.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3903 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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;
 
   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 *****************/
 /**************************************/
 /**************************************/
 /********* cpu object *****************/
 /**************************************/