X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e412481e8faa8797009e35afc857474a0999a7a..027295612d642dab025657808b3ab22304644aae:/src/simix/smx_smurf.c diff --git a/src/simix/smx_smurf.c b/src/simix/smx_smurf.c index 515446b43e..e36f6d2065 100644 --- a/src/simix/smx_smurf.c +++ b/src/simix/smx_smurf.c @@ -96,6 +96,10 @@ void SIMIX_simcall_post(smx_action_t action) SIMIX_post_process_sleep(action); break; + case SIMIX_ACTION_JOIN: + SIMIX_post_process_sleep(action); + break; + case SIMIX_ACTION_SYNCHRO: SIMIX_post_synchro(action); break; @@ -120,7 +124,7 @@ void SIMIX_simcall_post(smx_action_t action) /* FIXME find a way to make this work simcall_handler_t simcall_table[NUM_SIMCALLS] = { #undef SIMCALL_ENUM_ELEMENT -#define SIMCALL_ENUM_ELEMENT(x,y) &y // generate strings from the enumeration values +#define SIMCALL_ENUM_ELEMENT(x,y) &y // generate strings from the enumeration values SIMCALL_LIST #undef SIMCALL_ENUM_ELEMENT };*/