X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/58c6c5c7559e29d7671bd95e9e065a1ab60e83cf..9999e6d0e6a45e7d1e73df48f7542f15e88e70ed:/src/simix/private.h diff --git a/src/simix/private.h b/src/simix/private.h index b9d04994fc..dedb6bad4b 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -48,7 +48,7 @@ extern SIMIX_Global_t simix_global; /******************************* Process *************************************/ typedef struct s_smx_simdata_process { - smx_host_t s_host; /* the host on which the process is running */ + smx_host_t smx_host; /* the host on which the process is running */ xbt_context_t context; /* the context that executes the scheduler fonction */ int blocked; int suspended;