X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d01caf8dec7610aed836690b66e859c8f786ae36..9a41b5fa634b7df7f823f57c4b2a3e27874df28f:/src/surf/workstation_private.h diff --git a/src/surf/workstation_private.h b/src/surf/workstation_private.h index 9bc850b7ca..f0fe58ec5b 100644 --- a/src/surf/workstation_private.h +++ b/src/surf/workstation_private.h @@ -10,12 +10,10 @@ #include "surf_private.h" -typedef struct workstation_link { - surf_resource_t resource; /* Any such object, added in a trace - should start by this field!!! */ - /* Using this object with the public part of - resource does not make sense */ - const char *name; +typedef struct workstation { + surf_resource_t resource; /* Any such object, added in a trace + should start by this field!!! */ + char *name; void *cpu; void *network_card; } s_workstation_t, *workstation_t;