add a flag to ec3_image_ioctx_open to always delete an existing image if it already exists
This commit is contained in:
@@ -63,6 +63,7 @@ enum ec3_image_ioctx_mode {
|
||||
EC3_IMAGE_IO_READ = 0x01u,
|
||||
EC3_IMAGE_IO_WRITE = 0x02u,
|
||||
EC3_IMAGE_IO_READWRITE = EC3_IMAGE_IO_READ | EC3_IMAGE_IO_WRITE,
|
||||
EC3_IMAGE_IO_TRUNCATE = 0x04u,
|
||||
};
|
||||
|
||||
struct ec3_image_ioctx {
|
||||
|
||||
Reference in New Issue
Block a user