summaryrefslogtreecommitdiffstats
path: root/example/example.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-04 10:32:22 -0700
committerPatrick Venture <venture@google.com>2018-10-10 15:41:50 +0000
commit5c4b17b2c5ae15bfcb92447151863c4ad67f40fa (patch)
treed2baa54371ece5d4d80c0d4f82b03691f28d20d2 /example/example.hpp
parente225540cc7dc627c85a976fdc7ff0221b64ed937 (diff)
downloadphosphor-ipmi-blobs-5c4b17b2c5ae15bfcb92447151863c4ad67f40fa.tar.gz
phosphor-ipmi-blobs-5c4b17b2c5ae15bfcb92447151863c4ad67f40fa.zip
new command: BmcBlobWriteMeta
Implement new command BmcBlobWriteMeta. Change-Id: I2e148f4bde4ef5d24db7e30bb02bdde024d9166a Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'example/example.hpp')
-rw-r--r--example/example.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/example.hpp b/example/example.hpp
index 85f5b17..a85c275 100644
--- a/example/example.hpp
+++ b/example/example.hpp
@@ -58,6 +58,8 @@ class ExampleBlobHandler : public GenericBlobInterface
uint32_t requestedSize) override;
bool write(uint16_t session, uint32_t offset,
const std::vector<uint8_t>& data) override;
+ bool writeMeta(uint16_t session, uint32_t offset,
+ const std::vector<uint8_t>& data) override;
bool commit(uint16_t session, const std::vector<uint8_t>& data) override;
bool close(uint16_t session) override;
bool stat(uint16_t session, struct BlobMeta* meta) override;
OpenPOWER on IntegriCloud