X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e24d9f967b0ebaa02175fed669acb7505fd94b92..fbb6b4556c347a1dec9e462574fdc2967f494002:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 948930836c..46281fea1b 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -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;