X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9aa3a4378d516f0d92531f6f98a127c4a798386e..79853b8925152a5b89d3f8f44d64ffaf284a0196:/src/surf/maxmin_private.hpp diff --git a/src/surf/maxmin_private.hpp b/src/surf/maxmin_private.hpp index 8c8bfbb8f9..9b4ecae5b4 100644 --- a/src/surf/maxmin_private.hpp +++ b/src/surf/maxmin_private.hpp @@ -87,7 +87,7 @@ typedef struct lmm_variable { double bound; double value; short int concurrency_share; /* The maximum number of elements that variable will add to a constraint */ - void *id; + simgrid::surf::Action* id; int id_int; unsigned visited; /* used by lmm_update_modified_set */ /* \begin{For Lagrange only} */