Data Fields | |
enum blob_clear_method | clear_method |
size_t | opts_size |
The size of spdk_blob_open_opts according to the caller of this library is used for ABI compatibility. | |
void * | esnap_ctx |
Blob context to be passed to any call of bs->external_bs_dev_create() that is triggered by this open call. | |
size_t spdk_blob_open_opts::opts_size |
The size of spdk_blob_open_opts according to the caller of this library is used for ABI compatibility.
The library uses this field to know how many fields in this structure are valid. And the library will populate any remaining fields with default values. New added fields should be put at the end of the struct.