]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/workstation_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's compile SURF once in the afternoon and cleanup the mess I've set by changing...
[simgrid.git] / src / surf / workstation_private.h
index f0fe58ec5b99f0de1ed44eeaaaea7da0af068853..0b057093e79e76459f9f6cfecce498ec773774df 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id$     */
+/*     $Id$ */
 
 /* Copyright (c) 2004 Arnaud Legrand. All rights reserved.                  */
 
 
 #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;
+
+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 */