X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f249ab2158bcbed49cf4db2d249cf5ffbc59b22e..9e7d5cea1f09354b163b7749bdbd760eb3b65446:/include/simix/context.h diff --git a/include/simix/context.h b/include/simix/context.h index 4b4d5b9eb3..71d1e6dac2 100644 --- a/include/simix/context.h +++ b/include/simix/context.h @@ -74,11 +74,11 @@ extern smx_context_t smx_current_context; typedef struct s_smx_context { s_xbt_swag_hookup_t hookup; xbt_main_func_t code; - int argc; - char **argv; void_pfn_smxprocess_t cleanup_func; - int iwannadie:1; void *data; /* Here SIMIX stores the smx_process_t containing the context */ + char **argv; + int argc; + int iwannadie:1; } s_smx_ctx_base_t; /* methods of this class */