X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95250056fde87d7c6413baa5cc3724fd8f9a83f9..e3b238eaf75f5bbe14b203615c1bdc4f4b5247ed:/src/smx_context_java.h diff --git a/src/smx_context_java.h b/src/smx_context_java.h index 4142bf120c..d0578f00dc 100644 --- a/src/smx_context_java.h +++ b/src/smx_context_java.h @@ -23,6 +23,7 @@ typedef struct s_smx_ctx_java { xbt_os_thread_t thread; xbt_os_sem_t begin; /* this semaphore is used to schedule/yield the process */ xbt_os_sem_t end; /* this semaphore is used to schedule/unschedule the process */ + int killed; } s_smx_ctx_java_t, *smx_ctx_java_t; void SIMIX_ctx_java_factory_init(smx_context_factory_t *factory);