Try to catch data races for memcpy
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index e35457e1eea77c9dd653db444303d6284caa7279..331ea18adf96b6e43bcfd8f14551209e3b6ecc6e 100644 (file)
--- a/model.h
+++ b/model.h
@@ -104,6 +104,7 @@ private:
        void print_stats() const;
 };
 
+extern int inside_model;
 extern ModelChecker *model;
 void parse_options(struct model_params *params);
 void install_trace_analyses(ModelExecution *execution);