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 d3e656f..f0fe58e 100644 (file)
@@ -13,7 +13,7 @@
 typedef struct workstation {
   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;