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

Public GIT Repository
Moving init_GTNETS function to the right place.
[simgrid.git] / src / surf / workstation_private.h
index e25d18e1ec0978eaeae4eb0fd122ad8e16ec8391..89f16a406abdc7aa387c3a8a02d7a4fa48253024 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id$     */
+/*     $Id$ */
 
 /* Copyright (c) 2004 Arnaud Legrand. All rights reserved.                  */
 
@@ -11,7 +11,7 @@
 #include "surf_private.h"
 
 typedef struct workstation_CLM03 {
-  surf_resource_t resource;    /* Any such object, added in a trace
+  surf_model_t model;  /* Any such object, added in a trace
                                   should start by this field!!! */
   char *name;
   void *cpu;