X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39b079c66644d717e0a7983d3325410dd05152b2..908c7a9f9135f982b3cbc232d45170e450682d39:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index 60831b8b6a..9576a92e2b 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -47,6 +47,7 @@ typedef struct s_smx_global { xbt_dict_t registered_functions; smx_creation_func_t create_process_function; void_pfn_smxprocess_t_smxprocess_t kill_process_function; + /** Callback used when killing a SMX_process */ void_pfn_smxprocess_t cleanup_process_function; xbt_mallocator_t synchro_mallocator; void_pfn_smxhost_t autorestart;