X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a119bf80e0223355fb2b6addb71abd562f36c1d7..cc4ca208c5e056ac569cd07e08f09a416f3606fe:/src/simix/popping_generated.cpp diff --git a/src/simix/popping_generated.cpp b/src/simix/popping_generated.cpp index 21e72227b9..51842797b4 100644 --- a/src/simix/popping_generated.cpp +++ b/src/simix/popping_generated.cpp @@ -33,6 +33,7 @@ const char* simcall_names[] = { "SIMCALL_EXECUTION_START", "SIMCALL_EXECUTION_PARALLEL_START", "SIMCALL_EXECUTION_WAIT", + "SIMCALL_EXECUTION_TEST", "SIMCALL_PROCESS_ON_EXIT", "SIMCALL_COMM_IPROBE", "SIMCALL_COMM_SEND", @@ -113,6 +114,12 @@ case SIMCALL_EXECUTION_WAIT: simcall_HANDLER_execution_wait(simcall, simgrid::simix::unmarshal>(simcall->args[0])); break; +case SIMCALL_EXECUTION_TEST: + simcall_HANDLER_execution_test( + simcall, + simgrid::simix::unmarshal>(simcall->args[0])); + break; + case SIMCALL_PROCESS_ON_EXIT: SIMIX_process_on_exit(simgrid::simix::unmarshal(simcall->args[0]), simgrid::simix::unmarshal(simcall->args[1]), simgrid::simix::unmarshal(simcall->args[2])); SIMIX_simcall_answer(simcall);