Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Declare the real type of the argument od run_kernel()
[simgrid.git] / src / simix / popping_generated.cpp
index 77604ab..f7b5259 100644 (file)
@@ -420,7 +420,7 @@ case SIMCALL_SET_CATEGORY:
       break;
 
 case SIMCALL_RUN_KERNEL:
-      SIMIX_run_kernel(simgrid::simix::unmarshal<void*>(simcall->args[0]));
+      SIMIX_run_kernel(simgrid::simix::unmarshal<std::function<void()> const*>(simcall->args[0]));
       SIMIX_simcall_answer(simcall);
       break;
     case NUM_SIMCALLS: