X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f76ec2ccc54b00c9f370b3cc5267f67ce76f8a7..13206972c2b37e1891db900c963e596671da5870:/src/surf/workstation_private.h diff --git a/src/surf/workstation_private.h b/src/surf/workstation_private.h index ad7e9300d1..0b057093e7 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. */ @@ -18,4 +18,11 @@ typedef struct workstation_CLM03 { void *network_card; } 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 */