X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3196e54e1f004f07f2348d059f351b95146732ef..5565b4a70104f361b3b457df696904aacead25ba:/src/surf/workstation_private.h diff --git a/src/surf/workstation_private.h b/src/surf/workstation_private.h index e25d18e1ec..89f16a406a 100644 --- a/src/surf/workstation_private.h +++ b/src/surf/workstation_private.h @@ -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;