Merge branch 'master' of /home/git/random-fuzzer into thread-switch
[c11tester.git] / execution.h
index 5cd54469c6d3c920b1fda9ab7cecc54ca2de4f29..5158b2a677e9df79e41bd050e045cc0ec15c48ce 100644 (file)
@@ -27,6 +27,10 @@ struct PendingFutureValue {
        ModelAction *reader;
 };
 
+#ifdef COLLECT_STAT
+void print_atomic_accesses();
+#endif
+
 /** @brief The central structure for model-checking */
 class ModelExecution {
 public: