X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea44a43c908f20d119d1077364ce32bb422515e4..28e0e67cf29da1423d9932ec05870d08394af669:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index db37ffb679..24d8a2c020 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -62,7 +62,7 @@ extern xbt_dict_t watched_hosts_lib; #ifdef __cplusplus extern "C" { #endif -void SIMIX_clean(void); +XBT_PUBLIC(void) SIMIX_clean(void); #ifdef __cplusplus } #endif @@ -209,7 +209,9 @@ typedef struct s_smx_action { void SIMIX_context_mod_init(void); void SIMIX_context_mod_exit(void); +#ifndef WIN32 XBT_PUBLIC_DATA(char sigsegv_stack[SIGSTKSZ]); +#endif /* 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