allow the fuzzer to continue if only a few data races are detected
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index be9c86afca6d973b0bec4280654fb6c819268489..a37bd49d5e0deb818cdfa833336140554fa984a8 100644 (file)
--- a/model.h
+++ b/model.h
@@ -59,6 +59,8 @@ public:
        uint64_t switch_to_master(ModelAction *act);
 
        bool assert_bug(const char *msg, ...);
+       bool assert_race(const char *msg, ...);
+
        void assert_user_bug(const char *msg);
 
        model_params params;