Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new option to any SimGrid-based simulator: --cfg=model-check:1 (for now, that's a...
[simgrid.git] / src / include / mc / mc.h
index 064a753..454fc4b 100644 (file)
@@ -31,6 +31,10 @@ XBT_PUBLIC(void) MC_transition_set_comm(mc_transition_t, smx_comm_t);
 XBT_PUBLIC(void) MC_memory_init(void);   /* Initialize the memory subsystem */
 XBT_PUBLIC(void) MC_memory_exit(void);
 
 XBT_PUBLIC(void) MC_memory_init(void);   /* Initialize the memory subsystem */
 XBT_PUBLIC(void) MC_memory_exit(void);
 
+/*
+ * Boolean indicating whether we want to activate the model-checker
+ */
+extern int _surf_do_model_check;
 
 
 SG_END_DECL()
 
 
 SG_END_DECL()