X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f0790965ada172e7ac96eb848759e02f7fbc8ca..b9684d3607aa558c95b7185ddf147b478a7e367f:/src/mc/mc_smx.cpp?ds=sidebyside diff --git a/src/mc/mc_smx.cpp b/src/mc/mc_smx.cpp index daf6b83ab8..b7135d6a59 100644 --- a/src/mc/mc_smx.cpp +++ b/src/mc/mc_smx.cpp @@ -84,7 +84,7 @@ void Process::refresh_simix() this->read_variable("simix_global", &simix_global_p, sizeof(simix_global_p)); // simix_global = REMOTE(*simix_global) - s_smx_global_t simix_global; + simgrid::simix::Global simix_global; this->read_bytes(&simix_global, sizeof(simix_global), remote(simix_global_p));