Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ok, you won't believe this one. Visual seems to break on structures containing a...
[simgrid.git] / src / simix / private.h
index b9d0499..dedb6ba 100644 (file)
@@ -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;