aboutsummaryrefslogtreecommitdiff
path: root/include/amber/amber.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/amber/amber.h')
-rw-r--r--include/amber/amber.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/amber/amber.h b/include/amber/amber.h
index 1fffd38..b665de2 100644
--- a/include/amber/amber.h
+++ b/include/amber/amber.h
@@ -85,6 +85,9 @@ class Delegate {
virtual uint64_t GetTimestampNs() const = 0;
/// Tells whether to log each test as it's executed
virtual bool LogExecuteCalls() const = 0;
+ /// Loads buffer data from a file
+ virtual amber::Result LoadBufferData(const std::string file_name,
+ amber::BufferInfo* buffer) const = 0;
};
/// Stores configuration options for Amber.