X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca9955d9d06456c2b824e77c2db8db4ac64c19a3..d9e3a85686463be06864f1ed310765a91dee2803:/src/simix/smx_process_private.h?ds=sidebyside diff --git a/src/simix/smx_process_private.h b/src/simix/smx_process_private.h index 8348cb4c86..c6ac97a90f 100644 --- a/src/simix/smx_process_private.h +++ b/src/simix/smx_process_private.h @@ -36,8 +36,7 @@ typedef struct s_smx_process { xbt_dict_t properties; s_smx_simcall_t simcall; void *data; /* kept for compatibility, it should be replaced with moddata */ - xbt_dynar_t on_exit_fun; /* list of functions executed when the process dies */ - xbt_dynar_t on_exit_args; /* arguments (void*) of the functions executed when the process dies */ + xbt_dynar_t on_exit; /* list of functions executed when the process dies */ } s_smx_process_t; typedef struct s_smx_process_arg {