Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No need to rebuild the parser if you're not a maintainer.
[simgrid.git] / src / surf / workstation_private.h
index 9bc850b..f0fe58e 100644 (file)
 
 #include "surf_private.h"
 
-typedef struct workstation_link {
-  surf_resource_t resource;   /* Any such object, added in a trace
-                                should start by this field!!! */
-                              /* Using this object with the public part of
-                                resource does not make sense */
-  const char *name;
+typedef struct workstation {
+  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;