X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/06bb605c18bd9a9b704b0415d41ab31e02b49839..0d57c5f7a785e601be8c15fb6d1ca31b9cef0845:/src/surf/workstation_private.h diff --git a/src/surf/workstation_private.h b/src/surf/workstation_private.h index f0fe58ec5b..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. */ @@ -10,12 +10,19 @@ #include "surf_private.h" -typedef struct workstation { - surf_resource_t resource; /* Any such object, added in a trace +typedef struct workstation_CLM03 { + surf_model_t model; /* 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; + +typedef struct surf_action_parallel_task_CSL05 { + s_surf_action_t generic_action; + lmm_variable_t variable; + double rate; + int suspended; +} s_surf_action_parallel_task_CSL05_t, *surf_action_parallel_task_CSL05_t; #endif /* _SURF_WORKSTATION_PRIVATE_H */