Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A first version of the xbt/random module
[simgrid.git] / src / mc / mc_state.hpp
index 96b5910..4123468 100644 (file)
@@ -130,6 +130,6 @@ public:
 }
 }
 
-XBT_PRIVATE smx_simcall_t MC_state_get_request(simgrid::mc::State* state);
+XBT_PRIVATE smx_simcall_t MC_state_choose_request(simgrid::mc::State* state);
 
 #endif