X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25f6494903ca6f70ce4408574a7e57e7419d427a..41f6e93622ccf2e2c09dd0fd75ef6ad4f458e80b:/src/surf/maxmin_private.h diff --git a/src/surf/maxmin_private.h b/src/surf/maxmin_private.h index 5a870d1f7d..99f1be6b39 100644 --- a/src/surf/maxmin_private.h +++ b/src/surf/maxmin_private.h @@ -33,7 +33,7 @@ typedef struct lmm_constraint { xbt_maxmin_float_t bound; xbt_maxmin_float_t remaining; xbt_maxmin_float_t usage; - char *id; + void *id; } s_lmm_constraint_t; typedef struct lmm_variable { @@ -47,7 +47,7 @@ typedef struct lmm_variable { xbt_maxmin_float_t weight; xbt_maxmin_float_t bound; xbt_maxmin_float_t value; - char *id; + void *id; } s_lmm_variable_t; typedef struct lmm_system {