X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/06bb605c18bd9a9b704b0415d41ab31e02b49839..54b36b81cc3bd164e2a77326cd59011652d612c0:/src/surf/workstation_private.h diff --git a/src/surf/workstation_private.h b/src/surf/workstation_private.h index f0fe58ec5b..ad7e9300d1 100644 --- a/src/surf/workstation_private.h +++ b/src/surf/workstation_private.h @@ -10,12 +10,12 @@ #include "surf_private.h" -typedef struct workstation { +typedef struct workstation_CLM03 { 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; +} s_workstation_CLM03_t, *workstation_CLM03_t; #endif /* _SURF_WORKSTATION_PRIVATE_H */