Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename SIMIX_simcall_{pre,post} to SIMIX_simcall_{enter,exit}
[simgrid.git] / src / simix / smx_simcall_enter.c
similarity index 99%
rename from src/simix/simcalls_generated_case.c
rename to src/simix/smx_simcall_enter.c
index dd2f3cf..71abd91 100644 (file)
@@ -6,6 +6,7 @@
  *********************************************/
 
 
+
 #include "smx_private.h"
 #ifdef HAVE_MC
 #include "mc/mc_private.h"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_smurf);
 
-void SIMIX_simcall_pre(smx_simcall_t simcall, int value)
+/**
+ * @brief unpack the simcall and activate the handler in kernel mode
+ */
+void SIMIX_simcall_enter(smx_simcall_t simcall, int value)
 {
   XBT_DEBUG("Handling simcall %p: %s", simcall, SIMIX_simcall_name(simcall->call));
   SIMCALL_SET_MC_VALUE(simcall, value);