Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove one layer of calls
[simgrid.git] / src / mc / mc_base.h
index 1f94f1b..ed2458d 100644 (file)
 namespace simgrid {
 namespace mc {
 
-/** Can this requests can be executed?
- *
- *  Most requests are always enabled but WAIT and WAITANY
- *  are not always enabled: a WAIT where the communication does not
- *  have both a source and a destination yet is not enabled
- *  (unless timeout is enabled in the wait and enabeld in SimGridMC).
- */
-XBT_PRIVATE bool request_is_enabled(smx_simcall_t req);
-
 /** Execute everything which is invisible
  *
  *  Execute all the processes that are ready to run and all invisible simcalls