diff options
author | Kelvin Zhang <zhangkelvin@google.com> | 2020-11-06 16:01:24 -0500 |
---|---|---|
committer | Kelvin Zhang <zhangkelvin@google.com> | 2020-11-16 19:26:48 +0000 |
commit | c82511cd8f159f8265d361aa9d9e10ba6b920a35 (patch) | |
tree | 2d278de5917a11167c64d584e61e17f249c92fe1 /common/dynamic_partition_control_stub.h | |
parent | 999705e45c71fedfffb08eb5b1ead4817c4d3c8b (diff) |
Add OpenCowReader interface method to dynamic partition control
Test: treehugger
Change-Id: I393fc36372f9e979da1a6c7e49c7782a7372a5b9
Diffstat (limited to 'common/dynamic_partition_control_stub.h')
-rw-r--r-- | common/dynamic_partition_control_stub.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dynamic_partition_control_stub.h b/common/dynamic_partition_control_stub.h index 1fc8a350..94540f49 100644 --- a/common/dynamic_partition_control_stub.h +++ b/common/dynamic_partition_control_stub.h @@ -62,6 +62,9 @@ class DynamicPartitionControlStub : public DynamicPartitionControlInterface { const std::string& unsuffixed_partition_name, const std::optional<std::string>&, bool is_append) override; + FileDescriptorPtr OpenCowReader(const std::string& unsuffixed_partition_name, + const std::optional<std::string>&, + bool is_append = false) override; bool MapAllPartitions() override; bool UnmapAllPartitions() override; |