Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove extraneous parentheses, and silent clang.
[simgrid.git] / include / msg / datatypes.h
index 9489308..46281fe 100644 (file)
@@ -89,7 +89,7 @@ typedef enum {
 } e_msg_vm_state_t;
 
 typedef struct msg_vm {
-  const char *name;
+  char *name;
   s_xbt_swag_hookup_t all_vms_hookup;
   s_xbt_swag_hookup_t host_vms_hookup;
   xbt_dynar_t processes;