X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a15797ea55151ddfdbae48147e74159efe01b411..37f79c31cbc78af908f87b9e3cc15223b5a450ac:/src/simix/popping_generated.cpp diff --git a/src/simix/popping_generated.cpp b/src/simix/popping_generated.cpp index f7b5259cc1..1ba87540ed 100644 --- a/src/simix/popping_generated.cpp +++ b/src/simix/popping_generated.cpp @@ -90,7 +90,8 @@ const char* simcall_names[] = { "SIMCALL_ASR_GET_PROPERTIES", "SIMCALL_MC_RANDOM", "SIMCALL_SET_CATEGORY", - "SIMCALL_RUN_KERNEL",}; + "SIMCALL_RUN_KERNEL", + "SIMCALL_RUN_BLOCKING",}; /** @private * @brief (in kernel mode) unpack the simcall and activate the handler @@ -423,6 +424,10 @@ case SIMCALL_RUN_KERNEL: SIMIX_run_kernel(simgrid::simix::unmarshal const*>(simcall->args[0])); SIMIX_simcall_answer(simcall); break; + +case SIMCALL_RUN_BLOCKING: + SIMIX_run_blocking(simgrid::simix::unmarshal const*>(simcall->args[0])); + break; case NUM_SIMCALLS: break; case SIMCALL_NONE: