X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9101037a209e6c26945c22a57996c011ef9ecfaa..864e6d2acf4025d098743c670cc44ca2f3b59bb1:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index 2b62920590..7296da4029 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -201,6 +201,8 @@ typedef struct s_smx_action { void SIMIX_context_mod_init(void); void SIMIX_context_mod_exit(void); +XBT_PUBLIC_DATA(char sigsegv_stack[SIGSTKSZ]); + /* We are using the bottom of the stack to save some information, like the * valgrind_stack_id. Define smx_context_usable_stack_size to give the remaining * size for the stack. */