X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a88936907b1c292cc7f1a966cdc958446d9a54ed..0f76ec2ccc54b00c9f370b3cc5267f67ce76f8a7:/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 */