Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use doxygen's section instead of my poor approximation; link to the list of all exist...
[simgrid.git] / src / surf / workstation_private.h
index d3e656f..ad7e930 100644 (file)
 
 #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!!! */
-  const char *name;
+  char *name;
   void *cpu;
   void *network_card;
-} s_workstation_t, *workstation_t;
+} s_workstation_CLM03_t, *workstation_CLM03_t;
 
 #endif                         /* _SURF_WORKSTATION_PRIVATE_H */