X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a0432353f714a914f179660603a6ce728070a7ec..64d2562eea7ac471385b53b55a338ab3a15fd746:/src/simix/private.h?ds=sidebyside diff --git a/src/simix/private.h b/src/simix/private.h index 48dfde9548..1ef1e42898 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -46,7 +46,7 @@ extern SIMIX_Global_t simix_global; /******************************* Process *************************************/ typedef struct s_smx_simdata_process { - smx_host_t host; /* the host on which the process is running */ + smx_host_t s_host; /* the host on which the process is running */ xbt_context_t context; /* the context that executes the scheduler fonction */ int blocked; int suspended;