Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix compilation in non-MC
[simgrid.git] / src / mc / mc_base.h
index c9a324b..a37b947 100644 (file)
@@ -37,6 +37,12 @@ XBT_PRIVATE extern std::vector<double> processes_time;
 /** Execute a given simcall */
 XBT_PRIVATE void handle_simcall(smx_simcall_t req, int value);
 
+/** Check if the given simcall is visible
+ *
+ *  \return `TRUE` or `FALSE`
+ */
+XBT_PRIVATE bool request_is_visible(smx_simcall_t req);
+
 }
 }