diff options
Diffstat (limited to 'src/ipmiblob/blob_interface.hpp')
-rw-r--r-- | src/ipmiblob/blob_interface.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ipmiblob/blob_interface.hpp b/src/ipmiblob/blob_interface.hpp index fbd8c6a..ca90cdf 100644 --- a/src/ipmiblob/blob_interface.hpp +++ b/src/ipmiblob/blob_interface.hpp @@ -114,6 +114,13 @@ class BlobInterface virtual void closeBlob(std::uint16_t session) = 0; /** + * Attempt to delete a blobId. + * + * @param[in] path - the blobId path. + */ + virtual void deleteBlob(const std::string& id) = 0; + + /** * Read bytes from a blob. * * @param[in] session - the session id. |