Data Fields | |
size_t | opts_size |
The size of spdk_nvmf_listener_opts according to the caller of this library is used for ABI compatibility. | |
bool | secure_channel |
uint8_t | reserved1 [3] |
enum spdk_nvme_ana_state | ana_state |
char * | sock_impl |
size_t spdk_nvmf_listener_opts::opts_size |
The size of spdk_nvmf_listener_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.