X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd33438d4578b82a960cade03329ca99f2bbc53a..82af9c443eb39b534153396598f68562ed6eac98:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index 6999488aab..9ec2107dcc 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -21,7 +21,7 @@ public: smx_context_factory_t context_factory = nullptr; xbt_dynar_t process_to_run = nullptr; xbt_dynar_t process_that_ran = nullptr; - std::map process_list; + std::map process_list; #if HAVE_MC /* MCer cannot read the std::map above in the remote process, so we copy the info it needs in a dynar. * FIXME: This is supposed to be a temporary hack.