aboutsummaryrefslogtreecommitdiffstats
path: root/common/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/context.h')
-rw-r--r--common/context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/context.h b/common/context.h
index 4468d3dd..1175caee 100644
--- a/common/context.h
+++ b/common/context.h
@@ -76,6 +76,10 @@ struct Context : Arch, DeterministicRNG
// --------------------------------------------------------------
+ // provided by report.cc
+ void writeReport(std::ostream &out) const;
+ // --------------------------------------------------------------
+
uint32_t checksum() const;
void check() const;